Output a topic value if a Jobs API topic string is present.
size_t length,
const char * thingName,
uint16_t thingNameLength,
char ** outJobId,
uint16_t * outJobIdLength );
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_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:546
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.