gwenhywfar
5.11.1beta
|
This file contains sockets and socket sets. More...
#include <gwenhywfar/gwenhywfarapi.h>
#include <gwenhywfar/error.h>
#include <gwenhywfar/inetaddr.h>
#include <gwenhywfar/list1.h>
#include <gwenhywfar/list2.h>
Go to the source code of this file.
Typedefs | |
typedef struct GWEN_SOCKET | GWEN_SOCKET |
typedef struct GWEN_SOCKETSETSTRUCT | GWEN_SOCKETSET |
Error Codes | |
#define | GWEN_SOCKET_ERROR_ABORTED (-8) |
#define | GWEN_SOCKET_ERROR_BAD_SOCKETTYPE (-1) |
#define | GWEN_SOCKET_ERROR_BROKEN_PIPE (-9) |
#define | GWEN_SOCKET_ERROR_IN_PROGRESS (-4) |
#define | GWEN_SOCKET_ERROR_INTERRUPTED (-6) |
#define | GWEN_SOCKET_ERROR_NOT_OPEN (-2) |
#define | GWEN_SOCKET_ERROR_STARTUP (-5) |
#define | GWEN_SOCKET_ERROR_TIMEOUT (-3) |
#define | GWEN_SOCKET_ERROR_TYPE "Socket" |
#define | GWEN_SOCKET_ERROR_UNSUPPORTED (-7) |
enum | GWEN_SOCKETTYPE { GWEN_SocketTypeTCP =1 , GWEN_SocketTypeUDP , GWEN_SocketTypeRAW , GWEN_SocketTypeUnix , GWEN_SocketTypeFile } |
This file contains sockets and socket sets.
Definition in file inetsocket.h.
typedef struct GWEN_SOCKET GWEN_SOCKET |
Definition at line 1 of file inetsocket.h.
typedef struct GWEN_SOCKETSETSTRUCT GWEN_SOCKETSET |
Definition at line 1 of file inetsocket.h.