Represents an ethernet device in the NetworkManager. More...
Header: | #include <WiredNetworkDevice> |
Inherits: | NetworkDevice |
WiredNetworkDevice(const QDBusObjectPath & objectPath, QObject * parent = 0) | |
int | bitRate() const |
QString | macAddress() const |
bool | pluggedIn() const |
Represents an ethernet device in the NetworkManager.
Constructs a new WiredNetworkDevice with the given dbus objectPath and parent.
Returns the current bit rate [Mb/s] of this WiredNetworkDevice.
Returns the mac address of this WiredNetworkDevice.
Returns true if this WiredNetworkDevice has a cable plugged in.