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

Command response to SERIAL_OPCODE_CMD_MESH_NET_STATE_GET with the current net state. More...

#include <serial_cmd_rsp.h>

Data Fields

uint32_t iv_index
 The current IV index. More...
 
uint8_t iv_update_in_progress
 Value indicating the phase of the IV update process. More...
 
uint16_t iv_update_timeout_counter
 Current value of timeout counter for IV update. More...
 
uint32_t next_seqnum_block
 The start of the next unused sequence number block. More...
 

Detailed Description

Command response to SERIAL_OPCODE_CMD_MESH_NET_STATE_GET with the current net state.

Definition at line 304 of file serial_cmd_rsp.h.

Field Documentation

◆ iv_index

uint32_t serial_evt_cmd_rsp_data_net_state_get_t::iv_index

The current IV index.

Definition at line 306 of file serial_cmd_rsp.h.

◆ iv_update_in_progress

uint8_t serial_evt_cmd_rsp_data_net_state_get_t::iv_update_in_progress

Value indicating the phase of the IV update process.

Definition at line 307 of file serial_cmd_rsp.h.

◆ iv_update_timeout_counter

uint16_t serial_evt_cmd_rsp_data_net_state_get_t::iv_update_timeout_counter

Current value of timeout counter for IV update.

Definition at line 308 of file serial_cmd_rsp.h.

◆ next_seqnum_block

uint32_t serial_evt_cmd_rsp_data_net_state_get_t::next_seqnum_block

The start of the next unused sequence number block.

Definition at line 309 of file serial_cmd_rsp.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated