![]() |
Monitor
|
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" |
Definition at line 32 of file DestijlCommandManager.cs.
const string monitor.RobotCommandList.RobotGetBattery = "v" |
Definition at line 38 of file DestijlCommandManager.cs.
const string monitor.RobotCommandList.RobotGetBusyState = "b" |
Definition at line 39 of file DestijlCommandManager.cs.
const string monitor.RobotCommandList.RobotGetVersion = "V" |
Definition at line 42 of file DestijlCommandManager.cs.
const string monitor.RobotCommandList.RobotMove = "M" |
Definition at line 40 of file DestijlCommandManager.cs.
const string monitor.RobotCommandList.RobotPing = "p" |
Definition at line 34 of file DestijlCommandManager.cs.
const string monitor.RobotCommandList.RobotPowerOff = "z" |
Definition at line 43 of file DestijlCommandManager.cs.
const string monitor.RobotCommandList.RobotReset = "r" |
Definition at line 35 of file DestijlCommandManager.cs.
const string monitor.RobotCommandList.RobotStartWithoutWatchdog = "u" |
Definition at line 36 of file DestijlCommandManager.cs.
const string monitor.RobotCommandList.RobotStartWithWatchdog = "W" |
Definition at line 37 of file DestijlCommandManager.cs.
const string monitor.RobotCommandList.RobotTurn = "T" |
Definition at line 41 of file DestijlCommandManager.cs.