Mesh appkey update command parameters. More...
#include <serial_cmd.h>
Data Fields | |
uint16_t | appkey_handle |
Handle of the appkey to change. More... | |
uint8_t | key [NRF_MESH_KEY_SIZE] |
Key to change to. More... | |
Mesh appkey update command parameters.
Definition at line 398 of file serial_cmd.h.
uint16_t serial_cmd_mesh_appkey_update_t::appkey_handle |
Handle of the appkey to change.
Definition at line 400 of file serial_cmd.h.
uint8_t serial_cmd_mesh_appkey_update_t::key[NRF_MESH_KEY_SIZE] |
Key to change to.
Definition at line 401 of file serial_cmd.h.