7#ifndef YARP_OS_RPCCLIENT_H
8#define YARP_OS_RPCCLIENT_H
39 bool read(
PortReader& reader,
bool willReply =
false)
override;
45 bool replyAndDrop(
PortWriter& writer)
override;
51 Port& asPort()
override;
52 const Port& asPort()
const override;
54#ifndef DOXYGEN_SHOULD_SKIP_THIS
A mini-server for performing network communication in the background.
Interface implemented by all objects that can read themselves from the network, such as Bottle object...
Interface implemented by all objects that can write themselves to the network, such as Bottle objects...
A mini-server for network communication.
A port that is specialized as an RPC client.
const RpcClient & operator=(const RpcClient &alt)=delete
RpcClient(const RpcClient &alt)=delete
An interface to the operating system, including Port based communication.