DFU transfer information structure. More...
#include <nrf_mesh_dfu_types.h>
Data Fields | |
nrf_mesh_dfu_type_t | dfu_type |
Type of transfer. More... | |
nrf_mesh_fwid_t | id |
Firmware target of transfer. More... | |
DFU transfer information structure.
Definition at line 172 of file nrf_mesh_dfu_types.h.
nrf_mesh_dfu_type_t nrf_mesh_dfu_transfer_t::dfu_type |
Type of transfer.
Definition at line 175 of file nrf_mesh_dfu_types.h.
nrf_mesh_fwid_t nrf_mesh_dfu_transfer_t::id |
Firmware target of transfer.
Definition at line 177 of file nrf_mesh_dfu_types.h.