Class TCPSocket

Inheritance Relationships

Base Type

Class Documentation

class TCPSocket : public eipScanner::sockets::BaseSocket

Public Functions

TCPSocket(EndPoint endPoint)
TCPSocket(EndPoint endPoint, std::chrono::milliseconds connTimeout)
TCPSocket(std::string host, int port)
~TCPSocket()
void Send(const std::vector<uint8_t> &data) const
std::vector<uint8_t> Receive(size_t size) const