AWS IoT Jobs v1.5.1
Client library for AWS IoT Jobs
 
Loading...
Searching...
No Matches
Jobs_IsStartNextAccepted
bool Jobs_IsStartNextAccepted( const char * topic,
const size_t topicLength,
const char * thingName,
const size_t thingNameLength );
bool Jobs_IsStartNextAccepted(const char *topic, const size_t topicLength, const char *thingName, const size_t thingNameLength)
Checks if a message comes from the start-next/accepted reserved topic.
Definition: jobs.c:858

Checks if a message comes from the start-next/accepted reserved topic.

Parameters
topicThe topic to check against
topicLengthThe expected topic length
thingNameThe device's thingName as registered with AWS IoT.
thingNameLengthThe length of the thingName.
Returns
true If the topic is the start-next/accepted topic
false If the topic is not the start-next/accepted topic