AWS IoT Device SDK C: Shadow
AWS IoT Device Shadow library
Return to main page ↑
Related Pages
Here is a list of all related documentation pages:
[detail level 12]
 DesignArchitecture behind the Shadow library
 DemoThe Shadow demo demonstrates usage of the Shadow library
 Demo ConfigurationConfiguration settings of the Shadow demo
 TestsTests written for the Shadow library
 Test ConfigurationConfiguration settings of the Shadow system tests
 ConfigurationConfiguration settings of the Shadow library
 FunctionsFunctions of the Shadow library
 AwsIotShadow_InitOne-time initialization function for the Shadow library.
 AwsIotShadow_CleanupOne-time deinitialization function for the Shadow library.
 AwsIotShadow_DeleteAsyncDelete a Thing Shadow and receive an asynchronous notification when the Delete completes.
 AwsIotShadow_DeleteSyncDelete a Thing Shadow with a timeout.
 AwsIotShadow_GetAsyncRetrieve a Thing Shadow and receive an asynchronous notification when the Shadow document is received.
 AwsIotShadow_GetSyncRetrieve a Thing Shadow with a timeout.
 AwsIotShadow_UpdateAsyncSend a Thing Shadow update and receive an asynchronous notification when the Shadow Update completes.
 AwsIotShadow_UpdateSyncSend a Thing Shadow update with a timeout.
 AwsIotShadow_WaitWait for a Shadow operation to complete.
 AwsIotShadow_SetDeltaCallbackSet a callback to be invoked when the Thing Shadow desired and reported states differ.
 AwsIotShadow_SetUpdatedCallbackSet a callback to be invoked when a Thing Shadow changes.
 AwsIotShadow_RemovePersistentSubscriptionsRemove persistent Thing Shadow operation topic subscriptions.
 AwsIotShadow_strerrorReturns a string that describes an AwsIotShadowError_t.
 ConstantsDefined constants of the Shadow library