1 #ifndef _TCPTransceiverSocket_h_
2 #define _TCPTransceiverSocket_h_
4 #include "otsdaq/NetworkUtilities/TCPReceiverSocket.h"
5 #include "otsdaq/NetworkUtilities/TCPTransmitterSocket.h"
18 std::string sendAndReceivePacket(
const std::string& sendBuffer);
19 std::string sendAndReceive(
const std::string& sendBuffer);
A class that can read/write to a socket.
A class that can write to a socket.
defines used also by OtsConfigurationWizardSupervisor