nRF Connect SDK API 2.8.99
|
bool qos_message_has_flag | ( | const struct qos_data * | message, |
uint32_t | flag ) |
#include <include/qos.h>
Function that checks if a flag is part of the bitmask associated with a message.
message | Pointer to message. |
flag | Flag to check for. |
true | if the flag checked for is a part of the message flag bitmask. |
false | if flag checked for is not a part of the message flag bitmask. |