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

typedef Delegate< void(TcpConnection &)> TcpConnectionDestroyedDelegate
 

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

Enumeration Type Documentation

◆ TcpConnectionEvent

Enumerator
eTCE_Connected 

Occurs after connection establishment.

eTCE_Received 

Occurs on data receive.

eTCE_Sent 
eTCE_Poll