|
gwenhywfar 5.12.0
|
#include <gwenhywfar/endpoint.h>#include <time.h>

Go to the source code of this file.
Functions | |
| GWENHYWFAR_API GWEN_MSG_ENDPOINT * | GWEN_TcpcEndpoint_new (const char *host, int port, const char *name, int groupId) |
| GWENHYWFAR_API int | GWEN_TcpcEndpoint_StartConnect (GWEN_MSG_ENDPOINT *ep) |
| GWENHYWFAR_API GWEN_MSG_ENDPOINT * GWEN_TcpcEndpoint_new | ( | const char * | host, |
| int | port, | ||
| const char * | name, | ||
| int | groupId ) |
Definition at line 54 of file endpoint_tcpc.c.
References _addSockets(), _checkSockets(), _freeData(), GWEN_INHERIT_SETDATA, GWEN_MSG_ENDPOINT_STATE_UNCONNECTED, GWEN_MSG_ENDPOINT_TCPC_NAME, GWEN_MsgEndpoint_new(), GWEN_MsgEndpoint_SetAddSocketsFn(), GWEN_MsgEndpoint_SetCheckSocketsFn(), GWEN_MsgEndpoint_SetState(), GWEN_NEW_OBJECT, GWEN_TcpcEndpoint_new(), and NULL.
Referenced by GWEN_IpcEndpoint_CreateIpcTcpClient(), and GWEN_TcpcEndpoint_new().


| GWENHYWFAR_API int GWEN_TcpcEndpoint_StartConnect | ( | GWEN_MSG_ENDPOINT * | ep | ) |
Definition at line 75 of file endpoint_tcpc.c.
References _startConnect(), DBG_ERROR, DBG_INFO, GWEN_ERROR_GENERIC, GWEN_ERROR_IN_PROGRESS, GWEN_LOGDOMAIN, GWEN_MSG_ENDPOINT_STATE_CONNECTED, GWEN_MSG_ENDPOINT_STATE_CONNECTING, GWEN_MSG_ENDPOINT_STATE_UNCONNECTED, GWEN_MsgEndpoint_GetName(), GWEN_MsgEndpoint_GetState(), and GWEN_MsgEndpoint_SetState().
Referenced by _addSockets().

