nRF5 SDK for Mesh v3.2.0
Data Fields
serial_evt_cmd_rsp_data_appkey_list_t Struct Reference

Application key list response data. More...

#include <serial_cmd_rsp.h>

Data Fields

uint16_t subnet_handle
 Handle of the Subnetwork associated with the application keys. More...
 
uint16_t appkey_key_index [(SERIAL_EVT_CMD_RSP_DATA_MAXLEN - sizeof(uint16_t))/sizeof(uint16_t)]
 List of all application key indexes known by the device. More...
 

Detailed Description

Application key list response data.

Definition at line 91 of file serial_cmd_rsp.h.

Field Documentation

◆ subnet_handle

uint16_t serial_evt_cmd_rsp_data_appkey_list_t::subnet_handle

Handle of the Subnetwork associated with the application keys.

Definition at line 93 of file serial_cmd_rsp.h.

◆ appkey_key_index

uint16_t serial_evt_cmd_rsp_data_appkey_list_t::appkey_key_index[(SERIAL_EVT_CMD_RSP_DATA_MAXLEN - sizeof(uint16_t))/sizeof(uint16_t)]

List of all application key indexes known by the device.

Definition at line 94 of file serial_cmd_rsp.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated