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