Zephyr Project API 4.2.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
29 const struct mgmt_group *group;
30
35 zcbor_state_t *zse;
36};
37
42#ifdef __cplusplus
43}
44#endif
45
46#endif
Structure provided in the MGMT_EVT_OP_ENUM_MGMT_DETAILS notification callback: This callback function...
Definition enum_mgmt_callbacks.h:27
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:35
const struct mgmt_group * group
The group that is currently being enumerated.
Definition enum_mgmt_callbacks.h:29
A collection of handlers for an entire command group.
Definition mgmt.h:87