AWS IoT Jobs  v1.0.0
Client library for AWS IoT Jobs
Jobs_MatchTopic

Output a topic value if a Jobs API topic string is present.

size_t length,
const char * thingName,
uint16_t thingNameLength,
JobsTopic_t * outApi,
char ** outJobId,
uint16_t * outJobIdLength );

Output a topic value if a Jobs API topic string is present. Optionally, output a pointer to a jobID within the topic and its length.

See jobs.h for docs.

JobsTopic_t
JobsTopic_t
Topic values for subscription requests.
Definition: jobs.h:153
JobsStatus_t
JobsStatus_t
Return codes from jobs functions.
Definition: jobs.h:128
Jobs_MatchTopic
JobsStatus_t Jobs_MatchTopic(char *topic, size_t length, const char *thingName, uint16_t thingNameLength, JobsTopic_t *outApi, char **outJobId, uint16_t *outJobIdLength)
Output a topic value if a Jobs API topic string is present. Optionally, output a pointer to a jobID w...
Definition: jobs.c:484