Transformer SDK For C
8.0.2.290852-a608fcd3
|
Macros | |
#define | INVALID_SOCKET -1 |
A constant representing an invalid socket. More... | |
#define | SOCKET_ERROR -1 |
A constant representing an error on a socket. More... | |
Typedefs | |
typedef int | sock_t |
The network socket datatype. More... | |
#define INVALID_SOCKET -1 |
A constant representing an invalid socket.
This is provided for compatibility between Win32 and UNIX systems
#define SOCKET_ERROR -1 |
A constant representing an error on a socket.
This is provided for compatibility between Win32 and UNIX systems
typedef int sock_t |
The network socket datatype.