AWS IoT Device SDK C:
Shadow
AWS IoT Device Shadow library
|
Return to main page ↑ |
Defined constants of the Shadow library.
Libraries may #
constants in their headers with special meanings. This page describes the meanings and uses of any constants defined by the Shadow library. Related constants are shown in a single section on this page.define
Provides default values for the data types of the Shadow library.
All user-facing data types of the Shadow library should be initialized using one of the following.
Example
Flags that modify the behavior of Shadow library functions.
Flags should be bitwise-ORed with each other to change the behavior of Shadow library functions.
The following flags are valid for the Shadow operation functions: AwsIotShadow_DeleteAsync, AwsIotShadow_GetAsync, AwsIotShadow_UpdateAsync, and their blocking versions.
The following flags are valid for AwsIotShadow_RemovePersistentSubscriptions. These flags are not valid for the Shadow operation functions.