NetworkManagerQt
wimaxdevice.cpp
37 connect(&d->wimaxIface, &OrgFreedesktopNetworkManagerDeviceWiMaxInterface::NspAdded, d, &WimaxDevicePrivate::nspAdded);
38 connect(&d->wimaxIface, &OrgFreedesktopNetworkManagerDeviceWiMaxInterface::NspRemoved, d, &WimaxDevicePrivate::nspRemoved);
139void NetworkManager::WimaxDevicePrivate::propertyChanged(const QString &property, const QVariant &value)
WimaxNsp::Ptr activeNsp() const
Identifier of the NSP this interface is currently associated with.
Definition wimaxdevice.cpp:61
NetworkManager::WimaxNsp::Ptr findNsp(const QString &uni) const
Finds NSP object given its Unique Network Identifier.
Definition wimaxdevice.cpp:103
WimaxDevice(const QString &path, QObject *parent=nullptr)
Creates a new WimaxDevice object.
Definition wimaxdevice.cpp:32
QStringList nsps() const
List of network service providers currently visible to the hardware.
Definition wimaxdevice.cpp:55
QString hardwareAddress() const
The hardware address currently used by the network interface.
Definition wimaxdevice.cpp:67
QString bsid() const
The ID of the serving base station as received from the network.
Definition wimaxdevice.cpp:73
uint centerFrequency() const
Center frequency (in KHz) of the radio channel the device is using to communicate with the network wh...
Definition wimaxdevice.cpp:79
int txPower() const
Average power of the last burst transmitted by the device, in units of 0.5 dBm.
Definition wimaxdevice.cpp:97
int cinr() const
CINR (Carrier to Interference + Noise Ratio) of the current radio link in dB.
Definition wimaxdevice.cpp:85
QString path(const QString &relativePath)
QString path() const const
ConstIterator
const_iterator constEnd() const const
T value(const Key &key, const T &defaultValue) const const
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
void deleteLater()
int toInt(bool *ok) const const
QString toString() const const
uint toUInt(bool *ok) const const
Q_D(Todo)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:01:06 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:01:06 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.