1 #ifndef _ots_TCPClient_h_
2 #define _ots_TCPClient_h_
5 #include "otsdaq/NetworkUtilities/TCPClientBase.h"
6 #include "otsdaq/NetworkUtilities/TCPTransceiverSocket.h"
13 TCPClient(
const std::string& serverIP,
int serverPort);
A class that can read/write to a socket.