Confdump Agent
1.4.0
|
#include <NetworkInterface.hpp>
Public Member Functions | |
NetworkInterface (QString name) | |
virtual | ~NetworkInterface () |
QString | name () const |
QString | macAddress () const |
Properties | |
QString | name |
QString | macAddress |
Private Member Functions | |
NetworkInterface () | |
void | readMacAddress () |
Private Attributes | |
QString | name_ |
QString | macAddress_ |
information about network interface for the moment it is just used to get the mac address
Definition at line 40 of file NetworkInterface.hpp.
Confdump::System::Linux::NetworkInterface::NetworkInterface | ( | QString | name | ) |
Definition at line 50 of file NetworkInterface.cpp.
References readMacAddress().
Definition at line 56 of file NetworkInterface.cpp.
QString Confdump::System::Linux::NetworkInterface::macAddress | ( | ) | const [inline] |
Definition at line 51 of file NetworkInterface.hpp.
References macAddress_.
QString Confdump::System::Linux::NetworkInterface::name | ( | ) | const [inline] |
Definition at line 50 of file NetworkInterface.hpp.
References name_.
void Confdump::System::Linux::NetworkInterface::readMacAddress | ( | ) | [private] |
Definition at line 60 of file NetworkInterface.cpp.
References macAddress_, and name_.
Referenced by NetworkInterface().
QString Confdump::System::Linux::NetworkInterface::macAddress_ [private] |
Definition at line 58 of file NetworkInterface.hpp.
Referenced by macAddress(), and readMacAddress().
QString Confdump::System::Linux::NetworkInterface::name_ [private] |
Definition at line 57 of file NetworkInterface.hpp.
Referenced by name(), and readMacAddress().
QString Confdump::System::Linux::NetworkInterface::macAddress [read] |
Definition at line 44 of file NetworkInterface.hpp.
Referenced by Confdump::System::LinuxDumper::doComputerIdentifier().
QString Confdump::System::Linux::NetworkInterface::name [read] |
Definition at line 43 of file NetworkInterface.hpp.