7#ifndef YARP_OS_IMPL_TCPFACE_H
8#define YARP_OS_IMPL_TCPFACE_H
28 bool open(
const Contact& address)
override;
29 void close()
override;
33 Contact getLocalAddress()
const override;
46 yarp::os::impl::TcpAcceptor peerAcceptor;
The initial point-of-contact with a port.
The output side of an active connection between two ports.
3-way authentication via HMAC
Communicating with a port via TCP.
yarp::os::impl::AuthHMAC auth
The components from which ports and connections are built.