GM6000 Digital Heater Controller Branch: main
SDX-1330
Namespaces | Classes
Cpl::Io::Tcp Namespace Reference

The 'Tcp' namespace provides interfaces for creating non-blocking Cpl::Io streams using TCP/IP connections. More...

Detailed Description

The 'Tcp' namespace provides interfaces for creating non-blocking Cpl::Io streams using TCP/IP connections.

This provides an alternative non-blocking approach vs. traditional BSD Sockets.

Namespaces

namespace  lwIP
 The 'lwIP' namespace implements the TCP interfaces using 'raw' lwIP TCP interfaces.
 
namespace  Win32
 The 'Win32' namespace implements the TCP interfaces using the Win32 APIs.
 

Classes

class  AsyncConnector
 This abstract class defines the interface for establishing/requesting a SIMPLE socket connection, i.e. More...
 
class  AsyncListener
 This abstract class defines the interface for a SIMPLE socket listener. More...
 
class  InputOutput
 This concrete class defines a platform independent implementation of an InputOutput stream used by the Listener and Connector interfaces. More...