nRF Connect SDK API 2.8.99
|
bool aws_jobs_cmp | ( | const char * | sub, |
const char * | pub, | ||
size_t | pub_len, | ||
const uint8_t * | suffix ) |
#include <include/net/aws_jobs.h>
Compare topics.
Check if topics match
[in] | sub | Topic subscribed to |
[in] | pub | Published topic |
[in] | pub_len | Length of published topic |
[in] | suffix | Suffix to match. Cannot be NULL. Must be empty string for sub topics not ending with '#'. |