aqhome: fixed endpoint code. Now works again.
This commit is contained in:
@@ -15,12 +15,11 @@
|
||||
#include <gwenhywfar/endpoint.h>
|
||||
|
||||
|
||||
#define AQH_MSGEP_NODE_FLAGS_NOMESSAGES 0x0001
|
||||
#define AQH_MSGEP_NODE_FLAGS_NOIO 0x0002
|
||||
#define AQH_MSGEP_NODE_FLAGS_NOMESSAGES 0x0002
|
||||
|
||||
|
||||
|
||||
AQHOME_API GWEN_MSG_ENDPOINT *AQH_NodeEndpointNode_new(const char *devicePath, int groupId);
|
||||
AQHOME_API GWEN_MSG_ENDPOINT *AQH_NodeEndpoint_new(const char *name, int groupId);
|
||||
|
||||
AQHOME_API uint32_t AQH_NodeEndpoint_GetAcceptedMsgGroups(const GWEN_MSG_ENDPOINT *ep);
|
||||
AQHOME_API void AQH_NodeEndpoint_SetAcceptedMsgGroups(GWEN_MSG_ENDPOINT *ep, uint32_t f);
|
||||
|
||||
Reference in New Issue
Block a user