AWS IoT Device SDK C:
Jobs
AWS IoT Jobs library
|
Return to main page ↑ |
Remove persistent Jobs operation topic subscriptions.
Passing the flag AWS_IOT_JOBS_FLAG_KEEP_SUBSCRIPTIONS to AwsIotJobs_GetPendingAsync, AwsIotJobs_StartNextAsync, AwsIotJobs_DescribeAsync, AwsIotJobs_UpdateAsync, or their blocking versions causes the Jobs operation topic subscriptions to be maintained for future calls to the same function. If a persistent subscription for a Jobs topic are no longer needed, this function may be used to remove it.
[in] | pRequestInfo | Jobs request info. Only the pThingName, thingNameLength, and mqttConnection members need to be set for this function. |
[in] | flags | Flags that determine which subscriptions to remove. Valid values are the bitwise OR of the following individual flags: |