| Zephyr Project API 4.1.0
    A Scalable Open Source RTOS | 
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_group * | group | 
| 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. | |
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.
| const struct mgmt_group* enum_mgmt_detail_output::group | 
The group that is currently being enumerated.
| 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.