nRF5 SDK for Mesh v5.0.0
Data Fields
serial_cmd_pb_remote_client_remote_provision_t Struct Reference

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...
 

Detailed Description

Start remote provisioning command.

Definition at line 577 of file serial_cmd.h.

Field Documentation

◆ server_address

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.

◆ unprovisioned_device_index

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.

◆ network_key

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.

◆ iv_index

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.

◆ address

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.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated