Monitor
monitor.RobotCommandList Class Reference

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"
 

Detailed Description

Commands used for robot messages

Definition at line 59 of file DestijlCommandManager.cs.

Member Data Documentation

◆ RobotGetBattery

const string monitor.RobotCommandList.RobotGetBattery = "v"

Definition at line 65 of file DestijlCommandManager.cs.

◆ RobotGetBusyState

const string monitor.RobotCommandList.RobotGetBusyState = "b"

Definition at line 66 of file DestijlCommandManager.cs.

◆ RobotGetVersion

const string monitor.RobotCommandList.RobotGetVersion = "V"

Definition at line 69 of file DestijlCommandManager.cs.

◆ RobotMove

const string monitor.RobotCommandList.RobotMove = "M"

Definition at line 67 of file DestijlCommandManager.cs.

◆ RobotPing

const string monitor.RobotCommandList.RobotPing = "p"

Definition at line 61 of file DestijlCommandManager.cs.

◆ RobotPowerOff

const string monitor.RobotCommandList.RobotPowerOff = "z"

Definition at line 70 of file DestijlCommandManager.cs.

◆ RobotReset

const string monitor.RobotCommandList.RobotReset = "r"

Definition at line 62 of file DestijlCommandManager.cs.

◆ RobotStartWithoutWatchdog

const string monitor.RobotCommandList.RobotStartWithoutWatchdog = "u"

Definition at line 63 of file DestijlCommandManager.cs.

◆ RobotStartWithWatchdog

const string monitor.RobotCommandList.RobotStartWithWatchdog = "W"

Definition at line 64 of file DestijlCommandManager.cs.

◆ RobotTurn

const string monitor.RobotCommandList.RobotTurn = "T"

Definition at line 68 of file DestijlCommandManager.cs.


The documentation for this class was generated from the following file: