Start remote provisioning command. More...
#include <serial_cmd.h>
Data Fields | |
uint16_t | server_address |
Remote provisioning Server address. More... | |
uint8_t | unprovisioned_device_index |
Unprovisioned device index. More... | |
uint8_t | network_key [NRF_MESH_KEY_SIZE] |
Network key to give to the device. More... | |
uint32_t | iv_index |
Initial IV index of the network. More... | |
uint16_t | address |
Unicast address to assign to the device. More... | |
Start remote provisioning command.
Definition at line 577 of file serial_cmd.h.
uint16_t serial_cmd_pb_remote_client_remote_provision_t::server_address |
Remote provisioning Server address.
Definition at line 579 of file serial_cmd.h.
uint8_t serial_cmd_pb_remote_client_remote_provision_t::unprovisioned_device_index |
Unprovisioned device index.
Definition at line 580 of file serial_cmd.h.
uint8_t serial_cmd_pb_remote_client_remote_provision_t::network_key[NRF_MESH_KEY_SIZE] |
Network key to give to the device.
Definition at line 581 of file serial_cmd.h.
uint32_t serial_cmd_pb_remote_client_remote_provision_t::iv_index |
Initial IV index of the network.
Definition at line 582 of file serial_cmd.h.
uint16_t serial_cmd_pb_remote_client_remote_provision_t::address |
Unicast address to assign to the device.
Definition at line 583 of file serial_cmd.h.