nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
dfu_image_writer Struct Reference

User-provided functions for writing a single image from DFU Multi Image package. More...

#include <dfu_multi_image.h>

Data Fields

int image_id
 Identifier of the applicable image.
 
dfu_image_open_t open
 Function called before writing the first byte of the applicable image.
 
dfu_image_write_t write
 Function called to write a subsequent chunk of the applicable image.
 
dfu_image_close_t close
 Function called after writing the last byte of the applicable image.
 

Detailed Description

User-provided functions for writing a single image from DFU Multi Image package.


The documentation for this struct was generated from the following file: