sl_cli_command_group_t Struct Reference
Struct representing a command group.
#include <sl_cli_types.h>
Data Fields |
|
| sl_slist_node_t | node |
|
Command group list node.
|
|
| bool | in_use |
|
Node in use indicator.
|
|
| const sl_cli_command_entry_t * | command_table |
|
Command table pointer.
|
|
Struct representing a command group.
Field Documentation
◆ node
| sl_slist_node_t sl_cli_command_group_t::node |
Command group list node.
◆ in_use
| bool sl_cli_command_group_t::in_use |
Node in use indicator.
◆ command_table
| const sl_cli_command_entry_t * sl_cli_command_group_t::command_table |
Command table pointer.