11#ifndef YARP_THRIFT_GENERATOR_SERVICE_ISERIALMSGS_H
12#define YARP_THRIFT_GENERATOR_SERVICE_ISERIALMSGS_H
24 virtual bool setDTR(
const bool enable);
26 virtual std::int32_t
flush();
29 virtual std::vector<std::string>
help(
const std::string& functionName =
"--all");
virtual std::vector< std::string > help(const std::string &functionName="--all")
virtual bool setDTR(const bool enable)
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.