|
AWS IoT Device SDK C:
Jobs
AWS IoT Jobs library
|
| Return to main page ↑ |
| Design | Architecture behind the Jobs library |
| Demo | Demonstrates the usage of the Jobs library |
| ▼Tests | Tests written for the Jobs library |
| Test Configuration | Configuration settings of the Jobs system tests |
| Configuration | Configuration settings of the Jobs library |
| ▼Functions | Functions of the Jobs library |
| AwsIotJobs_Init | One-time initialization function for the Jobs library. |
| AwsIotJobs_Cleanup | One-time deinitialization function for the Jobs library. |
| AwsIotJobs_GetPendingAsync | Get the list of all pending jobs for a Thing and receive an asynchronous notification when the response arrives. |
| AwsIotJobs_GetPendingSync | Get the list of all pending jobs for a Thing with a timeout for receiving the response. |
| AwsIotJobs_StartNextAsync | Start the next pending job execution for a Thing and receive an asynchronous notification when the response arrives. |
| AwsIotJobs_StartNextSync | Start the next pending job execution for a Thing with a timeout for receiving the response. |
| AwsIotJobs_DescribeAsync | Get detailed information about a job execution and receive an asynchronous notification when the response arrives. |
| AwsIotJobs_DescribeSync | Get detailed information about a job execution with a timeout for receiving the response. |
| AwsIotJobs_UpdateAsync | Update the status of a job execution and receive an asynchronous notification when the Job update completes. |
| AwsIotJobs_UpdateSync | Update the status of a job execution with a timeout for receiving the response. |
| AwsIotJobs_Wait | Wait for a Jobs operation to complete. |
| AwsIotJobs_SetNotifyPendingCallback | Set a callback to be invoked when the list of pending Jobs changes. |
| AwsIotJobs_SetNotifyNextCallback | Set a callback to be invoked when the next pending Job changes. |
| AwsIotJobs_RemovePersistentSubscriptions | Remove persistent Jobs operation topic subscriptions. |
| AwsIotJobs_strerror | Returns a string that describes an AwsIotJobsError_t. |
| AwsIotJobs_StateName | Returns a string that describes an AwsIotJobState_t. |
| Constants | Defined constants of the Jobs library |