NetworkManagerQt
devicestatistics.h
27 Q_PROPERTY(uint refreshRateMs READ refreshRateMs WRITE setRefreshRateMs NOTIFY refreshRateMsChanged)
39 * Refresh rate of the rest of properties of this interface. The properties are guaranteed to be refreshed
Represents device statistics interface.
Definition devicestatistics.h:25
void refreshRateMsChanged(uint refreshRate)
Emitted when the refresh rate has changed.
void rxBytesChanged(qulonglong rxBytes)
Emitted when the received bytes has changed.
void txBytesChanged(qulonglong txBytes)
Emitted when the transmitted bytes has changed.
This class allows querying the underlying system to discover the available network interfaces and rea...
Definition accesspoint.h:21
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.