ModemManagerQt
7#ifndef MODEMMANAGERQT_FAKE_MODEM_MODEM_3GPP_USSD_H
8#define MODEMMANAGERQT_FAKE_MODEM_MODEM_3GPP_USSD_H
10#include "generictypes.h"
12#include <QDBusAbstractAdaptor>
17 Q_CLASSINFO(
"D-Bus Interface",
"org.kde.fakemodem.Modem.Modem3gpp.Ussd")
20 ~Modem3gppUssd() override;
22 Q_PROPERTY(QString NetworkNotification READ networkNotification)
23 Q_PROPERTY(QString NetworkRequest READ networkRequest)
26 QString networkNotification() const;
27 QString networkRequest() const;
31 void setModemPath(const QString &path);
32 void setEnableNotifications(
bool enable);
33 void setNetworkNotification(const QString &networkNotification);
34 void setNetworkRequest(const QString &networkRequest);
35 void setState(uint state);
37 QVariantMap toMap() const;
40 Q_SCRIPTABLE
void Cancel();
41 Q_SCRIPTABLE QString Initiate(const QString &command);
42 Q_SCRIPTABLE QString Respond(const QString &response);
46 bool m_enabledNotifications;
47 QString m_networkNotification;
48 QString m_networkRequest;
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
KDE's Doxygen guidelines are available online.