nRF Connect SDK API 2.8.99
|
int dfu_multi_image_register_writer | ( | const struct dfu_image_writer * | writer | ) |
#include <include/dfu/dfu_multi_image.h>
Register DFU image writer.
Registers functions for opening, writing and closing a single image included in the downloaded DFU Multi Image package.
[in] | writer | Structure that contains the applicable image identifier and functions to be registered. |