#include <network.hpp>
Public Member Functions | |
virtual | ~Network () |
Static Public Member Functions | |
static const anch::device::NetworkInterface * | getInterface (const std::string &ifName) |
static const std::map< std::string, anch::device::NetworkInterface > & | getInterfaces () |
static void | reload () |
Network device utilities class
|
virtual |
Network configuration destructor
|
static |
Retrieve network interface by its name.
ifName | the interface name |
NULL
otherwiseanch::device::DeviceException | Network interfaces error |
|
static |
Retrieve all network interfaces.
anch::device::DeviceException | Network interfaces error |
|
static |
Reload network interfaces
anch::device::DeviceException | Network interfaces error |