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
-
| topic | The topic to check against |
| topicLength | The expected topic length |
| thingName | The device's thingName as registered with AWS IoT. |
| thingNameLength | The 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