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... | |
Application key list response data.
Definition at line 91 of file serial_cmd_rsp.h.
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.
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.