radioevents( set )
Parameters
| Type | Description | |
| set | boolean | disable or enable events |
_result
Not set.
Descriptions
Disables or enables handling of radio events. If set evaluates to false, radio events are ignored and the registered event handler is not called when a robot receives new radio messages. Radio events will continue to be ignored until either the regradio command is called to re-register a handler or the radioevents command is called again with a parameter that evaluates to true.
See Also