AWS IoT Jobs  v1.1.1
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 );

See jobs.h for docs.

JobsTopic_t
JobsTopic_t
Topic values for subscription requests.
Definition: jobs.h:250
Jobs_GetTopic
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:264
JobsStatus_t
JobsStatus_t
Return codes from jobs functions.
Definition: jobs.h:225