32 std::vector<std::string>
72 const std::string&
ip()
const 78 void ip(
const std::string& ip)
115 toStr(str, connection);
NifList & nifs()
List of network interfaces on which connection is to be binded (if binding to network interfaces is a...
const NifList & nifs() const
List of network interfaces on which connection is to be binded (if binding to network interfaces is a...
std::string toStr(const NetFeedConnection &connection)
Serializes feed connection attributes to a given string.
std::vector< std::string > NifList
List of network interfaces.
#define ONIXS_CMESTREAMLINEDMDH_NAMESPACE_END
#define ONIXS_CMESTREAMLINEDMDH_LTWT_CLASS
UInt32 port() const
Identifies connection port.
#define ONIXS_CMESTREAMLINEDMDH_EXPORTED
NetFeedConnection()
Initializes blank instance.
~NetFeedConnection()
Cleans everything up.
const std::string & ip() const
Identifies connection host IP.
Network feed connection attributes.
void ip(const std::string &ip)
Updates connection host IP.
void port(UInt32 port)
Updates connection port.
#define ONIXS_CMESTREAMLINEDMDH_NAMESPACE_BEGIN