aqhome: added Utils_FlushOutMessageQueue

This commit is contained in:
Martin Preuss
2023-04-22 12:45:42 +02:00
parent 270066dd9f
commit 0add18eeb7
2 changed files with 25 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ GWEN_MSG *Utils_WaitForSpecificNodeMessage(GWEN_MSG_ENDPOINT_MGR *emgr, GWEN_MSG
int nodeAddr,
int timeoutInSeconds);
int Utils_FlushOutMessageQueue(GWEN_MSG_ENDPOINT_MGR *emgr, GWEN_MSG_ENDPOINT *epTcp, int timeoutInSeconds);
int Utils_SendAcceptedMsgGroups(GWEN_MSG_ENDPOINT *epTcp, uint32_t groups);