...
void
Scroll pagebreak |
---|
Examples
Code Block | ||
---|---|---|
| ||
// This block of commands is to be executed on the machine which 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 sendRemote commandclient on; this block of commands |
...
// is to be executed on the machine which will be sending commands. |
...
// |
...
server on; |
...
string $command; |
...
$command = "create RealTimeProcessor RealTimeProcessor_1;"; |
...
sendRemote $command; |
Additional information
Related commands
...