Asynchronously send a remote control command to the context.
#include <mm/renderer/async.h>
int mmr_async_command_send(mmr_context_t *ctxt,
void *udata,
const char *cmd)
BlackBerry 10.3.0
A context handle.
User data to be returned with the result.
The command.
Send a request to send a remote control command to the context.
Zero on success, -1 on failure (check errno).