|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
MCUmgr Enumeration Management Callbacks API. More...
Data Structures | |
| struct | enum_mgmt_detail_output |
| 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... | |
Enumerations | |
| enum | enum_mgmt_group_events { MGMT_EVT_OP_ENUM_MGMT_DETAILS = MGMT_DEF_EVT_OP_ID(MGMT_EVT_GRP_ENUM, 0) , MGMT_EVT_OP_ENUM_MGMT_ALL = MGMT_DEF_EVT_OP_ALL(MGMT_EVT_GRP_ENUM) } |
| MGMT event opcodes for enumeration management group. More... | |
MCUmgr Enumeration Management Callbacks API.
#include <zephyr/mgmt/mcumgr/grp/enum_mgmt/enum_mgmt_callbacks.h>
MGMT event opcodes for enumeration management group.
| Enumerator | |
|---|---|
| MGMT_EVT_OP_ENUM_MGMT_DETAILS | Callback when fetching details on supported command groups. |
| MGMT_EVT_OP_ENUM_MGMT_ALL | Used to enable all enum_mgmt_group events. |