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

Message format for the Network Key Add/Update messages. More...

#include <config_messages.h>

Data Fields

config_msg_key_index_12_t netkey_index
 Network key index. More...
 
uint8_t netkey [NRF_MESH_KEY_SIZE]
 Network key contents. More...
 

Detailed Description

Message format for the Network Key Add/Update messages.

Definition at line 316 of file config_messages.h.

Field Documentation

◆ netkey_index

config_msg_key_index_12_t config_msg_netkey_add_update_t::netkey_index

Network key index.

Definition at line 318 of file config_messages.h.

◆ netkey

uint8_t config_msg_netkey_add_update_t::netkey[NRF_MESH_KEY_SIZE]

Network key contents.

Definition at line 319 of file config_messages.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated