Send a remote control command to the context.
#include <mm/renderer/renderer.h>
int mmr_command_send(mmr_context_t *ctxt,
const char *cmd)
BlackBerry 10.0.0
A context handle.
The command to send.
Send a remote control command to the context. The commands available depend on the plugin in use.
This function is offered for future use; currently, no commands are defined.
Zero on success, -1 on failure (use mmr_error_info()).