Zephyr API 3.6.99
|
A collection of handlers for an entire command group. More...
#include <mgmt.h>
Data Fields | |
sys_snode_t | node |
Entry list node. | |
const struct mgmt_handler * | mg_handlers |
Array of handlers; one entry per command ID. | |
uint16_t | mg_handlers_count |
uint16_t | mg_group_id |
The numeric ID of this group. | |
A collection of handlers for an entire command group.
uint16_t mgmt_group::mg_group_id |
The numeric ID of this group.
const struct mgmt_handler* mgmt_group::mg_handlers |
Array of handlers; one entry per command ID.
uint16_t mgmt_group::mg_handlers_count |
sys_snode_t mgmt_group::node |
Entry list node.