7#ifndef YARP_OS_PORTREADER_H
8#define YARP_OS_PORTREADER_H
14class ConnectionReader;
41 virtual Type getReadType()
const;
An interface for reading from a network connection.
Interface implemented by all objects that can read themselves from the network, such as Bottle object...
virtual bool read(ConnectionReader &reader)=0
Read this object from a network connection.
virtual ~PortReader()
Destructor.
An interface to the operating system, including Port based communication.