Transformer SDK For C  7.1-6.29168-cee61cb
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 Wed Aug 21 2019 12:50:11 for Transformer SDK For C