ModemManagerQt
sim.h
QDBusPendingReply sendPin(const QString &pin)
Send the PIN to unlock the SIM card.
Definition sim.cpp:160
QDBusPendingReply sendPuk(const QString &puk, const QString &pin)
Send the PUK and a new PIN to unlock the SIM card.
Definition sim.cpp:154
int timeout() const
Returns the current value of the DBus timeout in milliseconds.
Definition sim.cpp:196
QDBusPendingReply changePin(const QString &oldPin, const QString &newPin)
Change the PIN code.
Definition sim.cpp:172
QDBusPendingReply enablePin(const QString &pin, bool enabled)
Enable or disable the PIN checking.
Definition sim.cpp:166
QDBusPendingReply setPreferredNetworks(QVariantMap preferredNetworks)
Definition sim.cpp:178
void setTimeout(int timeout)
Sets the timeout in milliseconds for all async method DBus calls.
Definition sim.cpp:190
This namespace allows to query the underlying system to discover the available modem interfaces respo...
Definition bearer.cpp:20
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:54:23 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:54:23 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.