Diag-Client-Lib
|
Classes | |
class | SocketHandler |
Handler class to manage different socket of various client (Udp / Tcp) More... | |
Typedefs | |
using | TcpSocketHandler = SocketHandler< boost_support::client::tcp::TcpClient > |
Type alias of Tcp socket handler. More... | |
using | UdpSocketHandler = SocketHandler< boost_support::client::udp::UdpClient > |
Type alias of Udp socket handler. More... | |
using doip_client::sockets::TcpSocketHandler = typedef SocketHandler<boost_support::client::tcp::TcpClient> |
Type alias of Tcp socket handler.
Definition at line 138 of file socket_handler.h.
using doip_client::sockets::UdpSocketHandler = typedef SocketHandler<boost_support::client::udp::UdpClient> |
Type alias of Udp socket handler.
Definition at line 143 of file socket_handler.h.