Mesh appkey add command parameters. More...
#include <serial_cmd.h>
Data Fields | |
uint16_t | app_key_index |
Mesh-global key index. More... | |
uint16_t | subnet_handle |
Handle of the subnetwork to add the appkey to. More... | |
uint8_t | key [NRF_MESH_KEY_SIZE] |
Key to add. More... | |
Mesh appkey add command parameters.
Definition at line 390 of file serial_cmd.h.
uint16_t serial_cmd_mesh_appkey_add_t::app_key_index |
Mesh-global key index.
Definition at line 392 of file serial_cmd.h.
uint16_t serial_cmd_mesh_appkey_add_t::subnet_handle |
Handle of the subnetwork to add the appkey to.
Definition at line 393 of file serial_cmd.h.
uint8_t serial_cmd_mesh_appkey_add_t::key[NRF_MESH_KEY_SIZE] |
Key to add.
Definition at line 394 of file serial_cmd.h.