|
Diag-Client-Lib
|
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... | |
|
strong |
Type of connection Client/ Server.
| Enumerator | |
|---|---|
| kClient | |
| kServer | |
Definition at line 31 of file tcp_connection.h.