Struct representing a command group.

Public Attributes#

sl_slist_node_t

Command group list node.

bool

Node in use indicator.

Command table pointer.

Public Attribute Documentation#

node#

sl_slist_node_t sl_cli_command_group_t::node

Command group list node.


Definition at line 132 of file platform/service/cli/inc/sl_cli_types.h

in_use#

bool sl_cli_command_group_t::in_use

Node in use indicator.


Definition at line 133 of file platform/service/cli/inc/sl_cli_types.h

command_table#

const sl_cli_command_entry_t* sl_cli_command_group_t::command_table

Command table pointer.


Definition at line 134 of file platform/service/cli/inc/sl_cli_types.h