IV update event structure. More...
#include <nrf_mesh_events.h>
Data Fields | |
net_state_iv_update_t | state |
Current IV update state. More... | |
const uint8_t * | p_network_id |
Network ID of the beacon that triggered the notification. More... | |
uint32_t | iv_index |
IV index currently used for sending messages. More... | |
IV update event structure.
Definition at line 154 of file nrf_mesh_events.h.
net_state_iv_update_t nrf_mesh_evt_iv_update_notification_t::state |
Current IV update state.
Definition at line 157 of file nrf_mesh_events.h.
const uint8_t* nrf_mesh_evt_iv_update_notification_t::p_network_id |
Network ID of the beacon that triggered the notification.
NULL if unknown.
Definition at line 159 of file nrf_mesh_events.h.
uint32_t nrf_mesh_evt_iv_update_notification_t::iv_index |
IV index currently used for sending messages.
Definition at line 161 of file nrf_mesh_events.h.