7#ifndef YARP_OS_BINPORTABLE_H
8#define YARP_OS_BINPORTABLE_H
Class for writing and reading simple binary structures.
bool read(ConnectionReader &connection) override
Read this object from a network connection.
bool write(ConnectionWriter &connection) const override
Write this object to a network connection.
T & content()
Get the internal structure that will be read or written.
A mini-server for performing network communication in the background.
An interface for reading from a network connection.
An interface for writing to a network connection.
This is a base class for objects that can be both read from and be written to the YARP network.
An interface to the operating system, including Port based communication.