nRF Connect SDK API 2.8.99
|
int qos_message_remove | ( | uint32_t | id | ) |
#include <include/qos.h>
Remove message from internal list. An event QOS_EVT_MESSAGE_REMOVED_FROM_LIST will be notified in the library callback.
id | Message ID of message to be removed. |
0 | on success. |
-ENODATA | If the passed in message ID is not found in the internal list. |