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

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...
 

Detailed Description

IV update event structure.

Definition at line 154 of file nrf_mesh_events.h.

Field Documentation

◆ state

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.

◆ p_network_id

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.

◆ iv_index

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.


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

Documentation feedback | Developer Zone | Subscribe | Updated