#include <OnixS/CME/Streamlined/NetFeedConnection.h>
Public Member Functions | |
NetFeedConnection () | |
~NetFeedConnection () | |
UInt32 | port () const |
void | port (UInt32 port) |
const std::string & | ip () const |
void | ip (const std::string &ip) |
NifList & | nifs () |
const NifList & | nifs () const |
Definition at line 36 of file NetFeedConnection.h.
|
inline |
Initializes blank instance.
Definition at line 47 of file NetFeedConnection.h.
|
inline |
Cleans everything up.
Definition at line 55 of file NetFeedConnection.h.
|
inline |
Identifies connection host IP.
Definition at line 72 of file NetFeedConnection.h.
|
inline |
Updates connection host IP.
Definition at line 78 of file NetFeedConnection.h.
|
inline |
List of network interfaces on which connection is to be binded (if binding to network interfaces is applicable).
Definition at line 86 of file NetFeedConnection.h.
|
inline |
List of network interfaces on which connection is to be binded (if binding to network interfaces is applicable).
Definition at line 94 of file NetFeedConnection.h.
|
inline |
Identifies connection port.
Definition at line 60 of file NetFeedConnection.h.
|
inline |
Updates connection port.
Definition at line 66 of file NetFeedConnection.h.