9 #ifndef GWEN_MSG_ENDPOINT_TCPD_H 10 #define GWEN_MSG_ENDPOINT_TCPD_H 13 #include <gwenhywfar/endpoint.h> struct GWEN_MSG_ENDPOINT GWEN_MSG_ENDPOINT
Object which can send and receive messages (base class).
GWENHYWFAR_API GWEN_MSG_ENDPOINT * GWEN_TcpdEndpoint_new(const char *host, int port, const char *name, int groupId)
struct GWEN_INETADDRESSSTRUCT GWEN_INETADDRESS
GWENHYWFAR_API void GWEN_TcpdEndpoint_SetAcceptFn(GWEN_MSG_ENDPOINT *ep, GWEN_ENDPOINT_TCPD_ACCEPT_FN f, void *data)
struct GWEN_SOCKET GWEN_SOCKET
GWEN_MSG_ENDPOINT *(* GWEN_ENDPOINT_TCPD_ACCEPT_FN)(GWEN_MSG_ENDPOINT *ep, GWEN_SOCKET *sk, const GWEN_INETADDRESS *addr, void *data)