TDME2  1.9.200
Macros
TCPSocket.cpp File Reference
#include <tdme/os/network/TCPSocket.h>
#include <memory>
#include <string>
#include <tdme/tdme.h>
#include <tdme/os/network/NetworkIOException.h>
#include <tdme/os/network/NetworkSocket.h>
#include <tdme/os/network/NetworkSocketClosedException.h>
#include <tdme/os/network/NetworkSocketException.h>
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <arpa/inet.h>
#include <netinet/tcp.h>
#include <netinet/in.h>
#include <sys/socket.h>
Include dependency graph for TCPSocket.cpp:

Go to the source code of this file.

Macros

#define BUF_CAST(buf)   ((void*)buf)
 

Macro Definition Documentation

◆ BUF_CAST

#define BUF_CAST (   buf)    ((void*)buf)

Definition at line 29 of file TCPSocket.cpp.