Confdump Agent  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Public Member Functions | Properties | Private Member Functions | Private Attributes
Confdump::System::Linux::NetworkInterface Class Reference

#include <NetworkInterface.hpp>

Inheritance diagram for Confdump::System::Linux::NetworkInterface:
Confdump::System::ManagedElement

List of all members.

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_

Detailed Description

information about network interface for the moment it is just used to get the mac address

Definition at line 40 of file NetworkInterface.hpp.


Constructor & Destructor Documentation

Definition at line 50 of file NetworkInterface.cpp.

References readMacAddress().

Definition at line 56 of file NetworkInterface.cpp.


Member Function Documentation

Definition at line 51 of file NetworkInterface.hpp.

References macAddress_.

Definition at line 50 of file NetworkInterface.hpp.

References name_.

Definition at line 60 of file NetworkInterface.cpp.

References macAddress_, and name_.

Referenced by NetworkInterface().


Member Data Documentation

Definition at line 58 of file NetworkInterface.hpp.

Referenced by macAddress(), and readMacAddress().

Definition at line 57 of file NetworkInterface.hpp.

Referenced by name(), and readMacAddress().


Property Documentation

Definition at line 43 of file NetworkInterface.hpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends