Key Establishment#
Callbacks for Key Establishment Component.
Functions#
void
emberAfPluginKeyEstablishmentReadAttributesCallback(EmberAfCbkeKeyEstablishmentSuite suite)
Callback to read key establishments attributes.
bool
emberAfPluginKeyEstablishmentEventCallback(EmberAfKeyEstablishmentNotifyMessage status, bool amInitiator, EmberNodeId partnerShortId, uint8_t delayInSeconds)
Callback for key establishment event.
bool
emberAfPluginKeyEstablishmentInterPanCallback(EmberAfKeyEstablishmentNotifyMessage status, bool amInitiator, EmberPanId panId, const EmberEUI64 eui64, uint8_t delayInSeconds)
Callback for Interpan key establishment.
Function Documentation#
emberAfPluginKeyEstablishmentReadAttributesCallback#
void emberAfPluginKeyEstablishmentReadAttributesCallback (EmberAfCbkeKeyEstablishmentSuite suite)
Callback to read key establishments attributes.
Parameters
N/A | suite | Key establishment suite Ver.: always |
Definition at line
180
of file app/framework/plugin/key-establishment/key-establishment.h
emberAfPluginKeyEstablishmentEventCallback#
bool emberAfPluginKeyEstablishmentEventCallback (EmberAfKeyEstablishmentNotifyMessage status, bool amInitiator, EmberNodeId partnerShortId, uint8_t delayInSeconds)
Callback for key establishment event.
Parameters
N/A | status | Ver.: always |
N/A | amInitiator | Ver.: always |
N/A | partnerShortId | Ver.: always |
N/A | delayInSeconds | Ver.: always |
Returns
bool success is true
Definition at line
191
of file app/framework/plugin/key-establishment/key-establishment.h
emberAfPluginKeyEstablishmentInterPanCallback#
bool emberAfPluginKeyEstablishmentInterPanCallback (EmberAfKeyEstablishmentNotifyMessage status, bool amInitiator, EmberPanId panId, const EmberEUI64 eui64, uint8_t delayInSeconds)
Callback for Interpan key establishment.
Parameters
N/A | status | Ver.: always |
N/A | amInitiator | Ver.: always |
N/A | panId | Ver.: always |
N/A | eui64 | Ver.: always |
N/A | delayInSeconds | Ver.: always |
Definition at line
205
of file app/framework/plugin/key-establishment/key-establishment.h