Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
Structure provided in the MGMT_EVT_OP_IMG_MGMT_SLOT_INFO_IMAGE notification callback: This callback function is called once per image when the slot info command is used, it can be used to return additional information/fields in the response. More...
#include <img_mgmt_callbacks.h>
Data Fields | |
const uint8_t | image |
The image that is currently being enumerated. | |
zcbor_state_t * | zse |
The zcbor encoder which is currently being used to output information, additional fields can be added using this. | |
Structure provided in the MGMT_EVT_OP_IMG_MGMT_SLOT_INFO_IMAGE notification callback: This callback function is called once per image when the slot info command is used, it can be used to return additional information/fields in the response.
const uint8_t img_mgmt_slot_info_image::image |
The image that is currently being enumerated.
zcbor_state_t* img_mgmt_slot_info_image::zse |
The zcbor encoder which is currently being used to output information, additional fields can be added using this.