unilink  0.4.3
A simple C++ library for unified async communication
unilink::wrapper Namespace Reference

Classes

class  MessageContext
 Context for data/message related events. More...
 
class  ConnectionContext
 Context for connection/disconnection events. More...
 
class  ErrorContext
 Context for error events. More...
 
class  ChannelInterface
 Common interface for 1:1 point-to-point communication (e.g., TcpClient, Serial, Udp) More...
 
class  ServerInterface
 Interface for 1:N server communication (e.g., TcpServer) More...
 
class  Serial
 Modernized Serial Wrapper. More...
 
class  TcpClient
 Modernized TCP Client Wrapper. More...
 
class  TcpServer
 Modernized TCP Server Wrapper. More...
 
class  Udp
 Modernized UDP Wrapper. More...