|
static JSONRPC_STATUS | SendText (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | ExecuteAction (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | ButtonEvent (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | Left (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | Right (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | Down (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | Up (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | Select (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | Back (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | ContextMenu (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | Info (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | Home (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | ShowCodec (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | ShowOSD (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | ShowPlayerProcessInfo (const std::string &method, ITransportLayer *transport, IClient *client, const CVariant ¶meterObject, CVariant &result) |
|
static JSONRPC_STATUS | SendAction (int actionID, bool wakeScreensaver=true, bool waitResult=false) |
|