AWS IoT Device SDK C:
Jobs
AWS IoT Jobs library
|
Return to main page ↑ |
Output parameter of blocking Jobs API functions. More...
#include <aws_iot_jobs_types.h>
Data Fields | |
const char * | pJobsResponse |
JSON response received from the Jobs service. | |
size_t | jobsResponseLength |
Length of AwsIotJobsResponse_t.pJobsResponse. | |
Output parameter of blocking Jobs API functions.
Parameter for: AwsIotJobs_GetPendingSync, AwsIotJobs_StartNextSync, AwsIotJobs_DescribeSync, AwsIotJobs_UpdateSync, AwsIotJobs_Wait
Provides the response received from the Jobs service. The buffer for the response is allocated with AwsIotJobsRequestInfo_t.mallocResponse.
All instances of AwsIotJobsResponse_t should be initialized with AWS_IOT_JOBS_RESPONSE_INITIALIZER.