Transformer SDK For C  7.1.9.29929-d422075
Network Programming

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...
 

Detailed Description

Macro Definition Documentation

#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 Documentation

typedef int sock_t

The network socket datatype.


Generated on Mon Jul 20 2020 19:17:22 for Transformer SDK For C