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

extendedPanId

EmberEUI64 EmberAfTrustCenterBackupData::extendedPanId

keyList

EmberAfLinkKeyBackupData * EmberAfTrustCenterBackupData::keyList

keyListLength

uint8_t EmberAfTrustCenterBackupData::keyListLength

maxKeyListLength

uint8_t EmberAfTrustCenterBackupData::maxKeyListLength

The documentation for this struct was generated from the following file:
  • af-types.h