D++ (DPP)  10.0.30
C++ Discord API Bot Library
socket.h File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

 dpp
 The main namespace for D++ functions.
 

Macros

#define INVALID_SOCKET   ~0
 Represents a socket which is not yet assigned. More...
 
#define SOCKET   int
 
#define SOCKET_ERROR   -1
 Represents a socket in error state. More...
 

Typedefs

typedef int dpp::socket
 Represents a socket file descriptor. More...
 

Macro Definition Documentation

◆ INVALID_SOCKET

#define INVALID_SOCKET   ~0

Represents a socket which is not yet assigned.

◆ SOCKET

#define SOCKET   int

◆ SOCKET_ERROR

#define SOCKET_ERROR   -1

Represents a socket in error state.