nRF5 IoT SDK  v0.9.0
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
iot_dfu_firmware_desc_t Struct Reference

Description of the new firmware that has been written into flash memory. More...

#include <iot_dfu.h>

Data Fields

iot_dfu_firmware_block_t application
 
iot_dfu_firmware_block_t softdevice
 
iot_dfu_firmware_block_t bootloader
 

Detailed Description

Description of the new firmware that has been written into flash memory.

Field Documentation

iot_dfu_firmware_block_t iot_dfu_firmware_desc_t::application

Description of Application block in firmware image.

iot_dfu_firmware_block_t iot_dfu_firmware_desc_t::bootloader

Description of Bootloader block in firmware image.

iot_dfu_firmware_block_t iot_dfu_firmware_desc_t::softdevice

Description of SoftDevice block in firmware image.