TCP
Collaboration diagram for TCP:
Modules | |
Clients | |
Provides base TCP client. | |
FTP | |
Servers | |
Provides the base for building TCP servers. | |
Classes | |
class | TcpConnection |
Macros | |
#define | NETWORK_DEBUG |
#define | NETWORK_SEND_BUFFER_SIZE 1024 |
Typedefs | |
using | TcpConnectionDestroyedDelegate = Delegate< void(TcpConnection &)> |
Enumerations | |
enum | TcpConnectionEvent { eTCE_Connected = 0 , eTCE_Received , eTCE_Sent , eTCE_Poll } |
Detailed Description
Macro Definition Documentation
◆ NETWORK_DEBUG
#define NETWORK_DEBUG |
◆ NETWORK_SEND_BUFFER_SIZE
#define NETWORK_SEND_BUFFER_SIZE 1024 |
Typedef Documentation
◆ TcpConnectionDestroyedDelegate
using TcpConnectionDestroyedDelegate = Delegate<void(TcpConnection&)> |
Enumeration Type Documentation
◆ TcpConnectionEvent
enum TcpConnectionEvent |