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

Structure provided in the MGMT_EVT_OP_OS_MGMT_BOOTLOADER_INFO notification callback: This callback function is used to add new fields to the bootloader info response. More...

#include <os_mgmt_callbacks.h>

Data Fields

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.
 
const size_tdecoded
 Contains the number of decoded parameters.
 
struct zcbor_string * query
 Contains the value of the query parameter.
 

Detailed Description

Structure provided in the MGMT_EVT_OP_OS_MGMT_BOOTLOADER_INFO notification callback: This callback function is used to add new fields to the bootloader info response.

Field Documentation

◆ decoded

const size_t* os_mgmt_bootloader_info_data::decoded

Contains the number of decoded parameters.

◆ query

struct zcbor_string* os_mgmt_bootloader_info_data::query

Contains the value of the query parameter.

◆ zse

zcbor_state_t* os_mgmt_bootloader_info_data::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: