Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
enum_mgmt_callbacks.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef H_MCUMGR_ENUM_MGMT_CALLBACKS_
8#define H_MCUMGR_ENUM_MGMT_CALLBACKS_
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
28 const struct mgmt_group *group;
29
34 zcbor_state_t *zse;
35};
36
41#ifdef __cplusplus
42}
43#endif
44
45#endif
Structure provided in the MGMT_EVT_OP_ENUM_MGMT_DETAILS notification callback: This callback function...
Definition enum_mgmt_callbacks.h:26
zcbor_state_t * zse
The zcbor encoder which is currently being used to output group information, additional fields to the...
Definition enum_mgmt_callbacks.h:34
const struct mgmt_group * group
The group that is currently being enumerated.
Definition enum_mgmt_callbacks.h:28
A collection of handlers for an entire command group.
Definition mgmt.h:85