![]()  | 
  
    AnCH Framework
    0.1
    
   Another C++ Hack Framework 
   | 
 
#include <network.hpp>
Public Member Functions | |
| virtual | ~Network () | 
Static Public Member Functions | |
| static const anch::device::NetworkInterface * | getInterface (const std::string &ifName) throw (anch::device::DeviceException) | 
| static const std::map< std::string, anch::device::NetworkInterface > & | getInterfaces () throw (anch::device::DeviceException) | 
| static void | reload () throw (anch::device::DeviceException) | 
Network device utilities class
      
  | 
  virtual | 
Network configuration destructor
      
  | 
  static | ||||||||||||||
Retrieve network interface by its name.
| ifName | the interface name | 
NULL otherwise| anch::device::DeviceException | Network interfaces error | 
Retrieve network interface by its name.
| ifName | The interface name | 
NULL otherwise| DeviceException | Network interfaces error | 
      
  | 
  static | |||||||||||||
Retrieve all network interfaces.
| anch::device::DeviceException | Network interfaces error | 
Retrieve all network interfaces.
| DeviceException | Network interfaces error | 
      
  | 
  static | |||||||||||||
Reload network interfaces
| anch::device::DeviceException | Network interfaces error | 
Reload network interfaces
| DeviceException | Network interfaces error | 
 1.8.11