![]() |
Monitor
|
Commands used for robot messages More...
Public Attributes | |
const string | RobotPing = "p" |
const string | RobotReset = "r" |
const string | RobotStartWithoutWatchdog = "u" |
const string | RobotStartWithWatchdog = "W" |
const string | RobotGetBattery = "v" |
const string | RobotGetBusyState = "b" |
const string | RobotMove = "M" |
const string | RobotTurn = "T" |
const string | RobotGetVersion = "V" |
const string | RobotPowerOff = "z" |
Commands used for robot messages
Definition at line 59 of file DestijlCommandManager.cs.
const string monitor.RobotCommandList.RobotGetBattery = "v" |
Definition at line 65 of file DestijlCommandManager.cs.
const string monitor.RobotCommandList.RobotGetBusyState = "b" |
Definition at line 66 of file DestijlCommandManager.cs.
const string monitor.RobotCommandList.RobotGetVersion = "V" |
Definition at line 69 of file DestijlCommandManager.cs.
const string monitor.RobotCommandList.RobotMove = "M" |
Definition at line 67 of file DestijlCommandManager.cs.
const string monitor.RobotCommandList.RobotPing = "p" |
Definition at line 61 of file DestijlCommandManager.cs.
const string monitor.RobotCommandList.RobotPowerOff = "z" |
Definition at line 70 of file DestijlCommandManager.cs.
const string monitor.RobotCommandList.RobotReset = "r" |
Definition at line 62 of file DestijlCommandManager.cs.
const string monitor.RobotCommandList.RobotStartWithoutWatchdog = "u" |
Definition at line 63 of file DestijlCommandManager.cs.
const string monitor.RobotCommandList.RobotStartWithWatchdog = "W" |
Definition at line 64 of file DestijlCommandManager.cs.
const string monitor.RobotCommandList.RobotTurn = "T" |
Definition at line 68 of file DestijlCommandManager.cs.