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

Data Fields

mesh_config_load_failure_t reason
 Reason for the load failure. More...
 
mesh_config_entry_id_t id
 ID being loaded when the load failure occured. More...
 
const void * p_data
 Failing data. More...
 
uint32_t data_len
 Length of the failing data. More...
 

Detailed Description

Definition at line 362 of file nrf_mesh_events.h.

Field Documentation

◆ reason

mesh_config_load_failure_t nrf_mesh_evt_config_load_failure_t::reason

Reason for the load failure.

Definition at line 364 of file nrf_mesh_events.h.

◆ id

mesh_config_entry_id_t nrf_mesh_evt_config_load_failure_t::id

ID being loaded when the load failure occured.

Definition at line 365 of file nrf_mesh_events.h.

◆ p_data

const void* nrf_mesh_evt_config_load_failure_t::p_data

Failing data.

Definition at line 366 of file nrf_mesh_events.h.

◆ data_len

uint32_t nrf_mesh_evt_config_load_failure_t::data_len

Length of the failing data.

Definition at line 367 of file nrf_mesh_events.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated