Send a message to another robot object connected to the same remote robot.
The message is sent to another user who is determined
by the user name and displayed in a message box on his screen.
- Source:
- robotdll/robotdll.h:842
- Author:
- Version:
- latest version
- Params:
| id
| robot object handle
|
| user
| username of another robot object connected to the same remote robot (could be the remote robot itself)
|
| message
| zero-terminated string containing the message
|
- See Also:
- robot_messages
- Code:
public ROBOTDLL_API short robot_message ( | short id , |
| | const char * user , |
| | const char * message ) |