![]() |
![]() |
|
Z-Stack API Reference
7.40.00.20
|
#include <zstack.h>
Data Fields | |
| bool | tcLinkKey |
| uint16_t | shortAddr |
| zstack_LongAddr_t | ieeeAddr |
| uint8_t | key [16] |
| uint32_t | txFrmCntr |
| uint32_t | rxFrmCntr |
Structure to send a Security APS Link Key Set Request.
| zstack_LongAddr_t ieeeAddr |
IEEE Address of the Link Key, USE 0xFFFFFFFFFFFFFFFF for global(only for TC Link Key)
| uint8_t key[16] |
16 bytes of key data
| uint32_t rxFrmCntr |
Receive frame counter (0 if new Link Keys)
| uint16_t shortAddr |
Must be included for a new non-TC Link Key (ignored for TC Link Key)
| bool tcLinkKey |
True if the key information is for a TC Link Key, false if not
| uint32_t txFrmCntr |
Transmit frame counter (0 if new Link Keys)