Mesh net state set command parameters. More...
#include <serial_cmd.h>
Data Fields | |
uint32_t | iv_index |
The IV index to set. More... | |
uint8_t | iv_update_in_progress |
Value indicating the phase of the IV update process. More... | |
uint16_t | iv_update_timeout_counter |
Timeout counter for IV update process. More... | |
uint32_t | next_seqnum_block |
The first sequence number block which is not yet allocated. More... | |
Mesh net state set command parameters.
Definition at line 513 of file serial_cmd.h.
uint32_t serial_cmd_mesh_net_state_set_t::iv_index |
The IV index to set.
Definition at line 515 of file serial_cmd.h.
uint8_t serial_cmd_mesh_net_state_set_t::iv_update_in_progress |
Value indicating the phase of the IV update process.
Definition at line 516 of file serial_cmd.h.
uint16_t serial_cmd_mesh_net_state_set_t::iv_update_timeout_counter |
Timeout counter for IV update process.
Definition at line 517 of file serial_cmd.h.
uint32_t serial_cmd_mesh_net_state_set_t::next_seqnum_block |
The first sequence number block which is not yet allocated.
Definition at line 518 of file serial_cmd.h.