Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
JSONRPC::JsonRpcMethodMap Struct Reference

Structure mapping a json rpc method definition to an actual method implementation. More...

#include <JSONServiceDescription.h>

Public Attributes

std::string name
 Name of the json rpc method.
 
MethodCall method
 Pointer to the actual implementation of the json rpc method.
 

Detailed Description

Structure mapping a json rpc method definition to an actual method implementation.

Member Data Documentation

◆ method

MethodCall JSONRPC::JsonRpcMethodMap::method

Pointer to the actual implementation of the json rpc method.

◆ name

std::string JSONRPC::JsonRpcMethodMap::name

Name of the json rpc method.


The documentation for this struct was generated from the following file: