FreeRTOS
|
Parameters to SHADOW_RegisterCallbacks. More...
#include <aws_shadow.h>
Data Fields | |
const char * | pcThingName |
Thing Name for which callbacks are registered. | |
ShadowUpdatedCallback_t | xShadowUpdatedCallback |
Called to notify users that a Thing Shadow has been updated. More... | |
ShadowDeletedCallback_t | xShadowDeletedCallback |
Called to notify users that another client has deleted the Thing Shadow. More... | |
ShadowDeltaCallback_t | xShadowDeltaCallback |
Called to notify users that a delta document has been generated. More... | |
Parameters to SHADOW_RegisterCallbacks.
Definition at line 273 of file aws_shadow.h.
ShadowDeletedCallback_t xShadowDeletedCallback |
Called to notify users that another client has deleted the Thing Shadow.
Callback for a message on /delete/accepted. Set to NULL for no callback.
Definition at line 292 of file aws_shadow.h.
ShadowDeltaCallback_t xShadowDeltaCallback |
Called to notify users that a delta document has been generated.
Callback for a message on /delete/accepted. Set to NULL for no callback.
Definition at line 300 of file aws_shadow.h.
ShadowUpdatedCallback_t xShadowUpdatedCallback |
Called to notify users that a Thing Shadow has been updated.
Callback for a message on /update/documents. Set to NULL for no callback.
Definition at line 284 of file aws_shadow.h.