![]() |
nRF Connect SDK API 3.3.99
|
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. | |
| dfu_image_reset_t | reset |
| Function called to reset any internal state of the writer. | |
User-provided functions for writing a single image from DFU Multi Image package.