Public Member Functions | |
NavigationCommand (char cmd, int cmdIndex, string cmdName) | |
Public Attributes | |
readonly char | command = 'a' |
readonly int | commandIndex = 0 |
readonly string | commandName = "system controller up, turn on red led" |
Definition at line 22 of file NavigationCommands.cs.
NavigationController.NavigationCommand.NavigationCommand | ( | char | cmd, | |
int | cmdIndex, | |||
string | cmdName | |||
) |
Definition at line 27 of file NavigationCommands.cs.
readonly char NavigationController.NavigationCommand.command = 'a' |
Definition at line 23 of file NavigationCommands.cs.
readonly int NavigationController.NavigationCommand.commandIndex = 0 |
Definition at line 24 of file NavigationCommands.cs.
readonly string NavigationController.NavigationCommand.commandName = "system controller up, turn on red led" |
Definition at line 25 of file NavigationCommands.cs.