nRF5 SDK v15.3.0
Data Fields
nrf_dfu_transport_s Struct Reference

DFU transport registration. More...

#include <nrf_dfu_transport.h>

Data Fields

nrf_dfu_init_fn_t init_func
 
nrf_dfu_close_fn_t close_func
 

Detailed Description

DFU transport registration.

Every DFU transport must provide a registration of the initialization function.

Field Documentation

nrf_dfu_close_fn_t nrf_dfu_transport_s::close_func

Registration of the close function to close down a DFU transport.

nrf_dfu_init_fn_t nrf_dfu_transport_s::init_func

Registration of the init function to run to initialize a DFU transport.


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

Documentation feedback | Developer Zone | Subscribe | Updated