EmberAfTrustCenterBackupData Struct Reference
A data struct for all the trust center backup data.
#include <
af-types.h
>
Data Fields |
|
EmberEUI64 | extendedPanId |
uint8_t | keyListLength |
uint8_t | maxKeyListLength |
EmberAfLinkKeyBackupData * | keyList |
A data struct for all the trust center backup data.
The 'keyList' pointer must point to an array and 'maxKeyListLength' must be populated with the maximum number of entries the array can hold.
Functions that modify this data structure will populate 'keyListLength' indicating how many keys were actually written into 'keyList'.
Field Documentation
EmberEUI64 EmberAfTrustCenterBackupData::extendedPanId |
EmberAfLinkKeyBackupData * EmberAfTrustCenterBackupData::keyList |
uint8_t EmberAfTrustCenterBackupData::keyListLength |
uint8_t EmberAfTrustCenterBackupData::maxKeyListLength |
The documentation for this struct was generated from the following file:
-
af-types.h