#include <InterfaceAddress.h>
Public Member Functions | |
InterfaceAddress (const boost::asio::ip::address &interface_address=boost::asio::ip::address(), const boost::asio::ip::address &interface_netmask=boost::asio::ip::address()) | |
Constructor. | |
Public Attributes | |
boost::asio::ip::address | interface_address |
Interface address. | |
boost::asio::ip::address | interface_netmask |
Interface netmask. |
Definition at line 34 of file InterfaceAddress.h.
icl_comm::InterfaceAddress::InterfaceAddress | ( | const boost::asio::ip::address & | interface_address = boost::asio::ip::address() , |
const boost::asio::ip::address & | interface_netmask = boost::asio::ip::address() |
||
) |
Constructor.
Definition at line 36 of file InterfaceAddress.cpp.
boost::asio::ip::address icl_comm::InterfaceAddress::interface_address |
Interface address.
Definition at line 41 of file InterfaceAddress.h.
boost::asio::ip::address icl_comm::InterfaceAddress::interface_netmask |
Interface netmask.
Definition at line 43 of file InterfaceAddress.h.