| sk.robotics.robot | classes |
function robot_messages | ^ |
Turn the reception of messages from other users on and off.If the messages are turned off, the messages from other users are ignored.
- Source:
- robotdll/robotdll.h:857
- Author:
- Version:
- latest version
- Params:
id robot object handle state use "on" to turn the messages on, and "off" to turn them off - See Also:
- robot_message
- Code:
public ROBOTDLL_API void robot_messages (short id ,const char * state )