32 std::vector<std::string>
57 const std::string& address,
91 const std::string& address)
114 ONIXS_CONFLATEDUDP_EXPORTED
128 toStr(str, connection);
~NetFeedConnection()
Cleans everything up.
NetFeedConnection(const std::string &address, UInt32 port)
UInt32 port() const
Identifies connection port.
void port(UInt32 port)
Updates connection port.
std::string toStr(const NetFeedConnection &connection)
Serializes feed connection attributes to a given string.
const std::string & address() const
Identifies connection address.
Establishes the order between two connections.
#define ONIXS_CONFLATEDUDP_EXPORTED_STRUCT
NetFeedConnection()
Initializes blank instance.
#define ONIXS_CONFLATEDUDP_NAMESPACE_END
void address(const std::string &address)
Updates connection address.
std::vector< std::string > NifList
List of network interfaces.
#define ONIXS_CONFLATEDUDP_LTWT_CLASS
const NifList & nifs() const
#define ONIXS_CONFLATEDUDP_NAMESPACE_BEGIN
Network feed connection attributes.