Mesh devkey add command parameters. More...
#include <serial_cmd.h>
Data Fields | |
uint16_t | owner_addr |
Unicast address of the device that owns the given devkey. More... | |
uint16_t | subnet_handle |
Handle of the subnetwork to bind the devkey to. More... | |
uint8_t | key [NRF_MESH_KEY_SIZE] |
Key to add. More... | |
Mesh devkey add command parameters.
Definition at line 417 of file serial_cmd.h.
uint16_t serial_cmd_mesh_devkey_add_t::owner_addr |
Unicast address of the device that owns the given devkey.
Definition at line 419 of file serial_cmd.h.
uint16_t serial_cmd_mesh_devkey_add_t::subnet_handle |
Handle of the subnetwork to bind the devkey to.
Definition at line 420 of file serial_cmd.h.
uint8_t serial_cmd_mesh_devkey_add_t::key[NRF_MESH_KEY_SIZE] |
Key to add.
Definition at line 421 of file serial_cmd.h.