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

Mesh appkey update command parameters. More...

#include <serial_cmd.h>

Data Fields

uint16_t appkey_handle
 Handle of the appkey to change. More...
 
uint8_t key [NRF_MESH_KEY_SIZE]
 Key to change to. More...
 

Detailed Description

Mesh appkey update command parameters.

Definition at line 398 of file serial_cmd.h.

Field Documentation

◆ appkey_handle

uint16_t serial_cmd_mesh_appkey_update_t::appkey_handle

Handle of the appkey to change.

Definition at line 400 of file serial_cmd.h.

◆ key

uint8_t serial_cmd_mesh_appkey_update_t::key[NRF_MESH_KEY_SIZE]

Key to change to.

Definition at line 401 of file serial_cmd.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated