Diag-Client-Lib
Classes | Enumerations
boost_support::connection::tcp Namespace Reference

Classes

class  TcpConnection
 Primary connection template to handle transmission and reception of tcp message from socket. More...
 
class  TcpConnection< ConnectionType::kClient, Socket >
 Client connection class used to handle transmission and reception of tcp message from socket. More...
 
class  TcpConnection< ConnectionType::kServer, Socket >
 Server connection class used to handle transmission and reception of tcp message from socket. More...
 

Enumerations

enum class  ConnectionType : std::uint8_t { kClient , kServer }
 Type of connection Client/ Server. More...
 

Enumeration Type Documentation

◆ ConnectionType

Type of connection Client/ Server.

Enumerator
kClient 
kServer 

Definition at line 31 of file tcp_connection.h.