aqhome: added functions AQH_ConnAckMqttMsg_GetResultFlags() and AQH_ConnAckMqttMsg_GetResultCode()

This commit is contained in:
Martin Preuss
2023-07-09 20:48:15 +02:00
parent 6f5a26b0cf
commit 5105c0c7f7
2 changed files with 51 additions and 0 deletions

View File

@@ -33,6 +33,9 @@
AQHOME_API GWEN_MSG *GWEN_ConnAckMqttMsg_new(uint8_t flags, uint8_t result);
AQHOME_API int AQH_ConnAckMqttMsg_GetResultFlags(const GWEN_MSG *msg);
AQHOME_API int AQH_ConnAckMqttMsg_GetResultCode(const GWEN_MSG *msg);
AQHOME_API void AQH_ConnAckMqttMsg_DumpToBuffer(const GWEN_MSG *msg, GWEN_BUFFER *dbuf, const char *sText);