This command is valid on machines which are acting as remote servers. remoteControl enables/disables/toggles the forwarding and execution of commands on a connected client.
Commands issued on the server subsequent to the remoteControl command will be executed on both the server and on the client.
Remote control
remoteControl master |
Name | Type | Required | Comments |
---|---|---|---|
on/off/toggle | boolean | yes | Enables/disables/toggles remote control |
None
void
// This block of commands is to be executed on the machine that will // be receiving commands. A Real Time Processor should be created and // visible in the client Hierarchy view after the command is sent from the // server via the remoteControl command forwarding mechanism. client on; // this block of commands is to be executed on the machine that will // be sending commands. A Real Time Processor should be created and // visible in the server Hierarchy view after the command is sent from the // server via the remoteControl command forwarding mechanism. server on; remoteControl on; create RealTimeProcessor RealTimeProcessor_1; |