|
AnyCAD Rapid API 2024
Help you to create a better world!
|
Public 成员函数 | |
| IpcServer (String hostId, String slaveId) | |
| boolean | Send (String message) |
| String | Receive () |
| String | GetHostId () |
| String | GetSlaveId () |
| IpcChannel | getM_SlaveIPC () |
| IpcChannel | getM_HostIPC () |
The IPC Server
| IpcServer.IpcServer | ( | String | hostId, |
| String | slaveId ) |
Constructor
| hostId | the host server id, to recevie message. |
| slaveId | the slave id, to send message |
| String IpcServer.Receive | ( | ) |
Get message from Host.
| boolean IpcServer.Send | ( | String | message | ) |
Send message by Slave.
| message | the message. |