zos_command_t Struct Reference
Serial command information. More...
Data Fields | |
const char * | key |
The full serial command name. | |
const char * | shortcut |
The serial command shortcut name. | |
zos_cmd_func_t | func |
Function pointer to command implementation. | |
int | min_argc |
The minimum required arguments. | |
int | max_argc |
The maximum allowed arguments. | |
zos_bool_t | has_return_value |
Indicates if the command manually writes a return value, If this is false then the return value based on the zos_cmd_result_t is written. More... | |
Detailed Description
Serial command information.
Field Documentation
zos_bool_t zos_command_t::has_return_value |
Indicates if the command manually writes a return value, If this is false then the return value based on the zos_cmd_result_t is written.