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

DFU start 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...
 

Detailed Description

DFU start event parameters.

Definition at line 375 of file serial_evt.h.

Field Documentation

◆ role

uint8_t serial_evt_dfu_start_t::role

The device's role in the transfer.

See nrf_mesh_dfu_role_t.

Definition at line 377 of file serial_evt.h.

◆ dfu_type

uint8_t serial_evt_dfu_start_t::dfu_type

DFU type of the transfer.

See nrf_mesh_dfu_type_t.

Definition at line 378 of file serial_evt.h.

◆ fwid

nrf_mesh_fwid_t serial_evt_dfu_start_t::fwid

Firmware ID of the transfer.

Definition at line 379 of file serial_evt.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated