11#ifndef YARP_THRIFT_GENERATOR_SERVICE_ISERIALMSGS_H
12#define YARP_THRIFT_GENERATOR_SERVICE_ISERIALMSGS_H
31 virtual bool setDTR(
const bool enable);
33 virtual std::int32_t
flush();
36 virtual std::vector<std::string>
help(
const std::string& functionName =
"--all");
virtual yarp::os::ApplicationNetworkProtocolVersion getRemoteProtocolVersion()
virtual bool checkProtocolVersion()
virtual std::vector< std::string > help(const std::string &functionName="--all")
virtual bool setDTR(const bool enable)
virtual yarp::os::ApplicationNetworkProtocolVersion getLocalProtocolVersion()
virtual std::int32_t flush()
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
An interface for reading from a network connection.
Base class for IDL client/server.