KETCube
Data Fields
ketCube_terminal_command_flags_t Struct Reference

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...
 

Detailed Description

KETCube terminal command flags.

Field Documentation

◆ isEEPROM

bool ketCube_terminal_command_flags_t::isEEPROM

this command modifies EEPROM variables

◆ isEnvCmd

bool ketCube_terminal_command_flags_t::isEnvCmd

this command is a ENV command

◆ isGeneric

bool ketCube_terminal_command_flags_t::isGeneric

this command is a Generic command

◆ isGroup

bool ketCube_terminal_command_flags_t::isGroup

this record is command group (has subcommands, does not have handler)

◆ isLocal

bool ketCube_terminal_command_flags_t::isLocal

this command can be executed from local terminal

◆ isRAM

bool ketCube_terminal_command_flags_t::isRAM

this command modifies RAM variables

◆ isRemote

bool ketCube_terminal_command_flags_t::isRemote

this command can be executed from remote terminal

◆ isSetCmd

bool ketCube_terminal_command_flags_t::isSetCmd

this command is a SET command

◆ isShowCmd

bool ketCube_terminal_command_flags_t::isShowCmd

this command is a SHOW command


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