NetworkManagerQt
9 #ifndef NETWORKMANAGERQT_WIREDDEVICE_H
10 #define NETWORKMANAGERQT_WIREDDEVICE_H
12 #include <networkmanagerqt/networkmanagerqt_export.h>
18 class WiredDevicePrivate;
26 Q_PROPERTY(
QString hardwareAddress READ hardwareAddress)
27 Q_PROPERTY(
QString permanentHardwareAddress READ permanentHardwareAddress)
28 Q_PROPERTY(
bool carrier READ carrier NOTIFY carrierChanged)
29 Q_PROPERTY(
int bitRate READ bitRate NOTIFY bitRateChanged)
30 Q_PROPERTY(
QStringList s390SubChannels READ s390SubChannels NOTIFY s390SubChannelsChanged)
40 Type type()
const override;
44 QString hardwareAddress()
const;
48 QString permanentHardwareAddress()
const;
66 void bitRateChanged(
int bitRate);
70 void carrierChanged(
bool plugged);
74 void hardwareAddressChanged(
const QString &hwAddress);
78 void permanentHardwareAddressChanged(
const QString &permHwAddress);
82 void s390SubChannelsChanged(
const QStringList &channels);
90 #endif // NETWORKMANAGERQT_WIREDDEVICE_H
This class represents a common device interface.
This class allows querying the underlying system to discover the available network interfaces and rea...
A wired device interface.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Oct 3 2023 03:57:05 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.