![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
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. | |
Structure mapping a json rpc method definition to an actual method implementation.
MethodCall JSONRPC::JsonRpcMethodMap::method |
Pointer to the actual implementation of the json rpc method.
std::string JSONRPC::JsonRpcMethodMap::name |
Name of the json rpc method.