Diag-Client-Lib
|
#include <string_view>
#include "boost-support/client/tcp/tcp_client.h"
#include "boost-support/client/udp/udp_client.h"
#include "core/include/result.h"
Go to the source code of this file.
Classes | |
class | doip_client::sockets::SocketHandler< ClientType > |
Handler class to manage different socket of various client (Udp / Tcp) More... | |
Namespaces | |
doip_client | |
doip_client::sockets | |
Typedefs | |
using | doip_client::sockets::TcpSocketHandler = SocketHandler< boost_support::client::tcp::TcpClient > |
Type alias of Tcp socket handler. More... | |
using | doip_client::sockets::UdpSocketHandler = SocketHandler< boost_support::client::udp::UdpClient > |
Type alias of Udp socket handler. More... | |