Diag-Client-Lib
Classes | Typedefs
doip_client::sockets Namespace Reference

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...
 

Typedef Documentation

◆ TcpSocketHandler

Type alias of Tcp socket handler.

Definition at line 138 of file socket_handler.h.

◆ UdpSocketHandler

Type alias of Udp socket handler.

Definition at line 143 of file socket_handler.h.