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

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

Detailed Description

Mesh subnet update command parameters.

Definition at line 377 of file serial_cmd.h.

Field Documentation

◆ subnet_handle

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.

◆ key

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.


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

Documentation feedback | Developer Zone | Subscribe | Updated