ModemManagerQt
modemoma.h
27 * This interface allows clients to handle device management operations as specified by the Open Mobile Alliance (OMA).
29 * Device management sessions are either on-demand (client-initiated), or automatically initiated by either the device
51 * @return MMOmaFeature flags, specifying which device management features are enabled or disabled
56 * @return list of network-initiated sessions which are waiting to be accepted or rejected, where:
76 * @param features MMModemOmaFeature flags, specifying which device management features should get enabled or disabled.
84 * @param sessionType type of client-initiated device management session,given as a MMOmaSessionType
122 * @param failedReason reason of failure, given as a MMOmaSessionStateFailedReason, if sessionState() is MM_OMA_SESSION_STATE_FAILED
124 void sessionStateChanged(MMOmaSessionState oldState, MMOmaSessionState newState, MMOmaSessionStateFailedReason failedReason);
QDBusPendingReply< void > setup(Features features)
Configures which OMA device management features should be enabled.
Definition modemoma.cpp:91
QDBusPendingReply< void > acceptNetworkInitiatedSession(uint sessionId, bool accept)
Accepts or rejects a network-initiated device management session.
Definition modemoma.cpp:103
OmaSessionTypes pendingNetworkInitiatedSessions() const
Definition modemoma.cpp:73
MMOmaSessionState sessionState() const
Definition modemoma.cpp:85
QDBusPendingReply< void > startClientInitiatedSession(MMOmaSessionType sessionType)
Starts a client-initiated device management session.
Definition modemoma.cpp:97
QDBusPendingReply< void > cancelSession()
Cancels the current on-going device management session.
Definition modemoma.cpp:109
void setTimeout(int timeout)
Sets the timeout in milliseconds for all async method DBus calls.
Definition modemoma.cpp:115
int timeout() const
Returns the current value of the DBus timeout in milliseconds.
Definition modemoma.cpp:121
void sessionStateChanged(MMOmaSessionState oldState, MMOmaSessionState newState, MMOmaSessionStateFailedReason failedReason)
Emitted when the session state changed.
This namespace allows to query the underlying system to discover the available modem interfaces respo...
Definition bearer.cpp:20
Q_FLAGS(...)
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 31 2025 11:59:07 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:59:07 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.