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

Command response data with dfu bank information. More...

#include <serial_cmd_rsp.h>

Data Fields

uint8_t dfu_type
 DFU type of the bank. More...
 
nrf_mesh_fwid_t fwid
 Firmware ID of the bank. More...
 
uint8_t is_signed
 Flag indicating whether the bank is signed with an encryption key. More...
 
uint32_t start_addr
 Start address of the bank. More...
 
uint32_t length
 Length of the firmware in the bank. More...
 

Detailed Description

Command response data with dfu bank information.

Definition at line 188 of file serial_cmd_rsp.h.

Field Documentation

◆ dfu_type

uint8_t serial_evt_cmd_rsp_data_dfu_bank_info_t::dfu_type

DFU type of the bank.

Definition at line 190 of file serial_cmd_rsp.h.

◆ fwid

nrf_mesh_fwid_t serial_evt_cmd_rsp_data_dfu_bank_info_t::fwid

Firmware ID of the bank.

Definition at line 191 of file serial_cmd_rsp.h.

◆ is_signed

uint8_t serial_evt_cmd_rsp_data_dfu_bank_info_t::is_signed

Flag indicating whether the bank is signed with an encryption key.

Definition at line 192 of file serial_cmd_rsp.h.

◆ start_addr

uint32_t serial_evt_cmd_rsp_data_dfu_bank_info_t::start_addr

Start address of the bank.

Definition at line 193 of file serial_cmd_rsp.h.

◆ length

uint32_t serial_evt_cmd_rsp_data_dfu_bank_info_t::length

Length of the firmware in the bank.

Definition at line 194 of file serial_cmd_rsp.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated