Mesh subnet update command parameters. More...
#include <serial_cmd.h>
Data Fields | |
uint16_t | subnet_handle |
Handle of the subnet to change. More... | |
uint8_t | key [NRF_MESH_KEY_SIZE] |
Key to change to. More... | |
Mesh subnet update command parameters.
Definition at line 377 of file serial_cmd.h.
uint16_t serial_cmd_mesh_subnet_update_t::subnet_handle |
Handle of the subnet to change.
Definition at line 379 of file serial_cmd.h.
uint8_t serial_cmd_mesh_subnet_update_t::key[NRF_MESH_KEY_SIZE] |
Key to change to.
Definition at line 380 of file serial_cmd.h.