opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
#include <opendnp3/channel/IPEndpoint.h>
Public Member Functions | |
IPEndpoint (const std::string &address, uint16_t port) | |
Static Public Member Functions | |
static IPEndpoint | AllAdapters (uint16_t port) |
static IPEndpoint | Localhost (uint16_t port) |
Public Attributes | |
std::string | address |
uint16_t | port |
Definition at line 29 of file IPEndpoint.h.
|
inline |
Definition at line 31 of file IPEndpoint.h.
Referenced by AllAdapters(), and Localhost().
|
inlinestatic |
Definition at line 33 of file IPEndpoint.h.
References IPEndpoint(), and port.
|
inlinestatic |
Definition at line 38 of file IPEndpoint.h.
References IPEndpoint(), and port.
std::string opendnp3::IPEndpoint::address |
Definition at line 43 of file IPEndpoint.h.
uint16_t opendnp3::IPEndpoint::port |
Definition at line 44 of file IPEndpoint.h.
Referenced by AllAdapters(), and Localhost().