nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ qos_message_remove()

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.

Parameters
idMessage ID of message to be removed.
Return values
0on success.
-ENODATAIf the passed in message ID is not found in the internal list.