Socket Server
Macros | Variables
constants.h File Reference

Go to the source code of this file.

Macros

#define TRX_SOCKET_CONSTANTS   1
 

Variables

const int SOCKET_ERROR = -1
 
const int SOCKET_OK = 0
 
const int WAIT_SOCKET_FAILURE = -1
 
const int WAIT_SOCKET_SUCCESS = 0
 

Macro Definition Documentation

◆ TRX_SOCKET_CONSTANTS

#define TRX_SOCKET_CONSTANTS   1

Variable Documentation

◆ SOCKET_ERROR

const int SOCKET_ERROR = -1

Values used when attempting to open a socket

◆ SOCKET_OK

const int SOCKET_OK = 0

◆ WAIT_SOCKET_FAILURE

const int WAIT_SOCKET_FAILURE = -1

Values used when listening for connections to a socket

◆ WAIT_SOCKET_SUCCESS

const int WAIT_SOCKET_SUCCESS = 0