Zephyr API 3.6.99
|
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_t * | decoded |
Contains the number of decoded parameters. | |
struct zcbor_string * | query |
Contains the value of the query parameter. | |
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.
const size_t* os_mgmt_bootloader_info_data::decoded |
Contains the number of decoded parameters.
struct zcbor_string* os_mgmt_bootloader_info_data::query |
Contains the value of the query parameter.
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.