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... | |
Definition at line 362 of file nrf_mesh_events.h.
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.
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.
const void* nrf_mesh_evt_config_load_failure_t::p_data |
Failing data.
Definition at line 366 of file nrf_mesh_events.h.
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.