nRF5 SDK for Mesh v2.2.0
Data Fields
serial_cmd_mesh_subnet_add_t Struct Reference

Mesh subnet add command parameters. More...

#include <serial_cmd.h>

Data Fields

uint16_t net_key_index
 Mesh-global key index. More...
 
uint8_t key [NRF_MESH_KEY_SIZE]
 Key to add. More...
 

Detailed Description

Mesh subnet add command parameters.

Definition at line 368 of file serial_cmd.h.

Field Documentation

◆ net_key_index

uint16_t serial_cmd_mesh_subnet_add_t::net_key_index

Mesh-global key index.

Definition at line 370 of file serial_cmd.h.

◆ key

uint8_t serial_cmd_mesh_subnet_add_t::key[NRF_MESH_KEY_SIZE]

Key to add.

Definition at line 371 of file serial_cmd.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated