send_message
Description:
public virtual Response send_message (
int command_id,
MessageData message_data,
uint time_)
Sends command_id, and optionally message_data, to a running instance using this
.
Parameters:
| this |
a Backend
|
| command_id |
command to send
|
| message_data |
message to send, or null
|
| time_ |
time of the command emission, or 0 for the current time
|
Returns:
|
a Response value sent by the running instance
|