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

DFU relay request event parameters. More...

#include <serial_evt.h>

Data Fields

uint8_t dfu_type
 DFU type of the transfer. More...
 
nrf_mesh_fwid_t fwid
 Firmware ID of the requested transfer. More...
 
uint8_t authority
 Authority level of the transfer. More...
 

Detailed Description

DFU relay request event parameters.

Definition at line 361 of file serial_evt.h.

Field Documentation

◆ dfu_type

uint8_t serial_evt_dfu_req_relay_t::dfu_type

DFU type of the transfer.

See nrf_mesh_dfu_type_t.

Definition at line 363 of file serial_evt.h.

◆ fwid

nrf_mesh_fwid_t serial_evt_dfu_req_relay_t::fwid

Firmware ID of the requested transfer.

Definition at line 364 of file serial_evt.h.

◆ authority

uint8_t serial_evt_dfu_req_relay_t::authority

Authority level of the transfer.

Definition at line 365 of file serial_evt.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated