|
KETCube
|
KETCube terminal command flags. More...
#include <ketCube_terminal_common.h>
Data Fields | |
| bool | isGroup:1 |
| this record is command group (has subcommands, does not have handler) More... | |
| bool | isLocal:1 |
| this command can be executed from local terminal More... | |
| bool | isRemote:1 |
| this command can be executed from remote terminal More... | |
| bool | isEnvCmd:1 |
| this command is a ENV command More... | |
| bool | isSetCmd:1 |
| this command is a SET command More... | |
| bool | isShowCmd:1 |
| this command is a SHOW command More... | |
| bool | isEEPROM:1 |
| this command modifies EEPROM variables More... | |
| bool | isRAM:1 |
| this command modifies RAM variables More... | |
| bool | isGeneric:1 |
| this command is a Generic command More... | |
KETCube terminal command flags.
| bool ketCube_terminal_command_flags_t::isEEPROM |
this command modifies EEPROM variables
| bool ketCube_terminal_command_flags_t::isEnvCmd |
this command is a ENV command
| bool ketCube_terminal_command_flags_t::isGeneric |
this command is a Generic command
| bool ketCube_terminal_command_flags_t::isGroup |
this record is command group (has subcommands, does not have handler)
| bool ketCube_terminal_command_flags_t::isLocal |
this command can be executed from local terminal
| bool ketCube_terminal_command_flags_t::isRAM |
this command modifies RAM variables
| bool ketCube_terminal_command_flags_t::isRemote |
this command can be executed from remote terminal
| bool ketCube_terminal_command_flags_t::isSetCmd |
this command is a SET command
| bool ketCube_terminal_command_flags_t::isShowCmd |
this command is a SHOW command