Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Structure provided in the MGMT_EVT_OP_ENUM_MGMT_DETAILS notification callback: This callback function is called once per command group when the detail command is used, it can be used to return additional information/fields in the response. More...

#include <enum_mgmt_callbacks.h>

Data Fields

const struct mgmt_groupgroup
 The group that is currently being enumerated.
 
zcbor_state_t * zse
 The zcbor encoder which is currently being used to output group information, additional fields to the group can be added using this.
 

Detailed Description

Structure provided in the MGMT_EVT_OP_ENUM_MGMT_DETAILS notification callback: This callback function is called once per command group when the detail command is used, it can be used to return additional information/fields in the response.

Field Documentation

◆ group

const struct mgmt_group* enum_mgmt_detail_output::group

The group that is currently being enumerated.

◆ zse

zcbor_state_t* enum_mgmt_detail_output::zse

The zcbor encoder which is currently being used to output group information, additional fields to the group can be added using this.


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