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'.
Public Attribute Documentation#
extendedPanId#
EmberEUI64 EmberAfTrustCenterBackupData::extendedPanId
Definition at line
1475
of file ./app/framework/include/af-types.h
keyListLength#
uint8_t EmberAfTrustCenterBackupData::keyListLength
Definition at line
1476
of file ./app/framework/include/af-types.h
maxKeyListLength#
uint8_t EmberAfTrustCenterBackupData::maxKeyListLength
Definition at line
1477
of file ./app/framework/include/af-types.h
keyList#
EmberAfLinkKeyBackupData* EmberAfTrustCenterBackupData::keyList
Definition at line
1478
of file ./app/framework/include/af-types.h