#include <cabal_netbase.h>
Public Attributes | |
std::string | name |
std::string | ipaddr |
std::string | netmask |
The list of interfaces available on the system is returned as a list of a three itmes structure, each of which being a std::string. The interface system name, it's IP address and its network mask. Interfaces not having IP address are not returned.
Definition at line 38 of file cabal_netbase.h.