Current state of a transfer. More...
#include <nrf_mesh_dfu_types.h>
Data Fields | |
nrf_mesh_dfu_role_t | role |
This device's intended role in the transfer. More... | |
nrf_mesh_dfu_type_t | type |
The DFU type of the transfer. More... | |
nrf_mesh_fwid_t | fwid |
The FWID of the new data in the transfer. More... | |
nrf_mesh_dfu_state_t | state |
The current global state of the transfer. More... | |
uint8_t | data_progress |
The progress of the transfer in percent (0-100). More... | |
Current state of a transfer.
Definition at line 191 of file nrf_mesh_dfu_types.h.
nrf_mesh_dfu_role_t nrf_mesh_dfu_transfer_state_t::role |
This device's intended role in the transfer.
Definition at line 193 of file nrf_mesh_dfu_types.h.
nrf_mesh_dfu_type_t nrf_mesh_dfu_transfer_state_t::type |
The DFU type of the transfer.
Definition at line 194 of file nrf_mesh_dfu_types.h.
nrf_mesh_fwid_t nrf_mesh_dfu_transfer_state_t::fwid |
The FWID of the new data in the transfer.
Definition at line 195 of file nrf_mesh_dfu_types.h.
nrf_mesh_dfu_state_t nrf_mesh_dfu_transfer_state_t::state |
The current global state of the transfer.
Definition at line 196 of file nrf_mesh_dfu_types.h.
uint8_t nrf_mesh_dfu_transfer_state_t::data_progress |
The progress of the transfer in percent (0-100).
Definition at line 197 of file nrf_mesh_dfu_types.h.