Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mgmt_group Struct Reference

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

Detailed Description

A collection of handlers for an entire command group.

Field Documentation

◆ mg_group_id

uint16_t mgmt_group::mg_group_id

The numeric ID of this group.

◆ mg_handlers

const struct mgmt_handler* mgmt_group::mg_handlers

Array of handlers; one entry per command ID.

◆ mg_handlers_count

uint16_t mgmt_group::mg_handlers_count

◆ node

sys_snode_t mgmt_group::node

Entry list node.


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