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

Message format for the AppKey Update message. More...

#include <config_messages.h>

Data Fields

config_msg_key_index_24_t key_indexes
 Pair containing a netkey and an appkey index. More...
 
uint8_t appkey [NRF_MESH_KEY_SIZE]
 Application key data. More...
 

Detailed Description

Message format for the AppKey Update message.

Definition at line 174 of file config_messages.h.

Field Documentation

◆ key_indexes

config_msg_key_index_24_t config_msg_appkey_update_t::key_indexes

Pair containing a netkey and an appkey index.

Definition at line 176 of file config_messages.h.

◆ appkey

uint8_t config_msg_appkey_update_t::appkey[NRF_MESH_KEY_SIZE]

Application key data.

Definition at line 177 of file config_messages.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated