nRF5 SDK for Mesh v5.0.0
Data Fields
serial_evt_cmd_rsp_data_dfu_state_t Struct Reference

Command response data with dfu state. More...

#include <serial_cmd_rsp.h>

Data Fields

uint8_t role
 This device's intended role in the transfer, see nrf_mesh_dfu_role_t for accepted values. More...
 
uint8_t type
 The DFU type of the transfer, see nrf_mesh_dfu_type_t for accepted values. More...
 
nrf_mesh_fwid_t fwid
 The FWID of the new data in the transfer. More...
 
uint8_t state
 The current global state of the transfer, see nrf_mesh_dfu_state_t for accepted values. More...
 
uint8_t data_progress
 The progress of the transfer in percent (0-100). More...
 

Detailed Description

Command response data with dfu state.

Definition at line 198 of file serial_cmd_rsp.h.

Field Documentation

◆ role

uint8_t serial_evt_cmd_rsp_data_dfu_state_t::role

This device's intended role in the transfer, see nrf_mesh_dfu_role_t for accepted values.

Definition at line 200 of file serial_cmd_rsp.h.

◆ type

uint8_t serial_evt_cmd_rsp_data_dfu_state_t::type

The DFU type of the transfer, see nrf_mesh_dfu_type_t for accepted values.

Definition at line 201 of file serial_cmd_rsp.h.

◆ fwid

nrf_mesh_fwid_t serial_evt_cmd_rsp_data_dfu_state_t::fwid

The FWID of the new data in the transfer.

Definition at line 202 of file serial_cmd_rsp.h.

◆ state

uint8_t serial_evt_cmd_rsp_data_dfu_state_t::state

The current global state of the transfer, see nrf_mesh_dfu_state_t for accepted values.

Definition at line 203 of file serial_cmd_rsp.h.

◆ data_progress

uint8_t serial_evt_cmd_rsp_data_dfu_state_t::data_progress

The progress of the transfer in percent (0-100).

Definition at line 204 of file serial_cmd_rsp.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated