adapted to latest changes in gwen, more work on data and nodes servers.
This commit is contained in:
@@ -24,7 +24,9 @@
|
||||
#define AQH_MSGDATA_SET_TAGS_DATA 0x02
|
||||
|
||||
|
||||
AQHOME_API GWEN_MSG *AQH_SetDataIpcMsg_new(uint16_t code, const AQH_VALUE *value, const char *data);
|
||||
AQHOME_API GWEN_MSG *AQH_SetDataIpcMsg_new(uint16_t code,
|
||||
uint32_t msgId, uint32_t refMsgId,
|
||||
const AQH_VALUE *value, const char *data);
|
||||
AQHOME_API void AQH_SetDataIpcMsg_Parse(GWEN_MSG *msg, int doCopy);
|
||||
AQHOME_API AQH_VALUE *AQH_SetDataIpcMsg_ReadValue(const GWEN_MSG *msg);
|
||||
AQHOME_API char *AQH_SetDataIpcMsg_ReadData(const GWEN_MSG *msg);
|
||||
|
||||
Reference in New Issue
Block a user