Message format for the AppKey Add 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... | |
Message format for the AppKey Add message.
Definition at line 167 of file config_messages.h.
config_msg_key_index_24_t config_msg_appkey_add_t::key_indexes |
Pair containing a netkey and an appkey index.
Definition at line 169 of file config_messages.h.
uint8_t config_msg_appkey_add_t::appkey[NRF_MESH_KEY_SIZE] |
Application key data.
Definition at line 170 of file config_messages.h.