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

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

Detailed Description

Mesh devkey add command parameters.

Definition at line 417 of file serial_cmd.h.

Field Documentation

◆ owner_addr

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.

◆ subnet_handle

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.

◆ key

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.


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

Documentation feedback | Developer Zone | Subscribe | Updated