7#ifndef YARP_OS_PORTWRITER_H
8#define YARP_OS_PORTWRITER_H
14class ConnectionWriter;
46 virtual void onCompletion()
const;
54 virtual void onCommencement()
const;
An interface for writing to a network connection.
Interface implemented by all objects that can write themselves to the network, such as Bottle objects...
virtual bool write(ConnectionWriter &writer) const =0
Write this object to a network connection.
virtual ~PortWriter()
Destructor.
An interface to the operating system, including Port based communication.