AWS IoT Jobs v1.3.0
Client library for AWS IoT Jobs
Jobs_GetTopic

Populate a topic string for a subscription request.

JobsStatus_t Jobs_GetTopic( char * buffer,
size_t length,
const char * thingName,
uint16_t thingNameLength,
size_t * outLength );
JobsTopic_t
Topic values for subscription requests.
Definition: jobs.h:252
JobsStatus_t
Return codes from jobs functions.
Definition: jobs.h:227
JobsStatus_t Jobs_GetTopic(char *buffer, size_t length, const char *thingName, uint16_t thingNameLength, JobsTopic_t api, size_t *outLength)
Populate a topic string for a subscription request.
Definition: jobs.c:266

See jobs.h for docs.