WWAH App Event Retry Manager#
API and Callbacks for the WWAH App Event Retry Manager Component.
Silicon Labs proprietary Works With All Hubs (WWAH) app event retry manager.
Modules#
API#
Write attribute-enabled callback.
Write attribute queue size callback.
WWAH app event retry manager set backoff parameters to default.
API Documentation#
emberAfPluginWwahAppEventRetryManagerWriteAttributeEnabled#
void emberAfPluginWwahAppEventRetryManagerWriteAttributeEnabled (uint8_t enabled)
Write attribute-enabled callback.
N/A | enabled | Ver.: always |
This callback is called when the enabled backoff parameter is changed.
63
of file app/framework/plugin/wwah-app-event-retry-manager/wwah-app-event-retry-manager.h
emberAfPluginWwahAppEventRetryManagerWriteAttributeQueueSize#
void emberAfPluginWwahAppEventRetryManagerWriteAttributeQueueSize (uint8_t queueSize)
Write attribute queue size callback.
N/A | queueSize | Ver.: always |
This callback is called when the app event retry queue size is being reported.
71
of file app/framework/plugin/wwah-app-event-retry-manager/wwah-app-event-retry-manager.h
emberAfWwahAppEventRetryManagerSetBackoffParamsToDefault#
void emberAfWwahAppEventRetryManagerSetBackoffParamsToDefault (void )
WWAH app event retry manager set backoff parameters to default.
N/A |
This callback is called when the app event retry manager is about to set the backoff parameters of the critical message queue provider plugin back to their default.
79
of file app/framework/plugin/wwah-app-event-retry-manager/wwah-app-event-retry-manager.h