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

DFU end event parameters. More...

#include <serial_evt.h>

Data Fields

uint8_t role
 The device's role in the transfer. More...
 
uint8_t dfu_type
 DFU type of the transfer. More...
 
nrf_mesh_fwid_t fwid
 Firmware ID of the transfer. More...
 
uint8_t end_reason
 Reason for ending the transfer. More...
 

Detailed Description

DFU end event parameters.

Definition at line 383 of file serial_evt.h.

Field Documentation

◆ role

uint8_t serial_evt_dfu_end_t::role

The device's role in the transfer.

See nrf_mesh_dfu_role_t.

Definition at line 385 of file serial_evt.h.

◆ dfu_type

uint8_t serial_evt_dfu_end_t::dfu_type

DFU type of the transfer.

See nrf_mesh_dfu_type_t.

Definition at line 386 of file serial_evt.h.

◆ fwid

nrf_mesh_fwid_t serial_evt_dfu_end_t::fwid

Firmware ID of the transfer.

Definition at line 387 of file serial_evt.h.

◆ end_reason

uint8_t serial_evt_dfu_end_t::end_reason

Reason for ending the transfer.

See nrf_mesh_dfu_end_t.

Definition at line 388 of file serial_evt.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated