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