This class is used to access oFono supplementary services API.
More...
#include <ofonosupplementaryservices.h>
|
void | initiate (const QString &command) |
|
void | respond (const QString &reply) |
|
void | cancel () |
|
|
void | notificationReceived (const QString &message) |
|
void | requestReceived (const QString &message) |
|
void | stateChanged (const QString &state) |
|
void | initiateUSSDComplete (const QString &ussdResp) |
|
void | barringComplete (const QString &ssOp, const QString &cbService, const QVariantMap &cbMap) |
|
void | forwardingComplete (const QString &ssOp, const QString &cfService, const QVariantMap &cfMap) |
|
void | waitingComplete (const QString &ssOp, const QVariantMap &cwMap) |
|
void | callingLinePresentationComplete (const QString &ssOp, const QString &status) |
|
void | connectedLinePresentationComplete (const QString &ssOp, const QString &status) |
|
void | callingLineRestrictionComplete (const QString &ssOp, const QString &status) |
|
void | connectedLineRestrictionComplete (const QString &ssOp, const QString &status) |
|
void | initiateFailed () |
|
void | respondComplete (bool success, const QString &message) |
|
void | cancelComplete (bool success) |
|
void | validityChanged (bool validity) |
| Interface validity has changed.
|
|
|
| OfonoSupplementaryServices (OfonoModem::SelectionSetting modemSetting, const QString &modemPath, QObject *parent=0) |
|
QString | state () const |
|
| OfonoModemInterface (OfonoModem::SelectionSetting modemSetting, const QString &modemPath, const QString &ifname, OfonoGetPropertySetting propertySetting, QObject *parent=0) |
| Construct a modem interface object.
|
|
bool | isValid () const |
| Check that the modem interface object is valid.
|
|
OfonoModem * | modem () const |
| Get the modem object that this interface belongs to.
|
|
QString | path () const |
| Returns the D-Bus object path of the interface.
|
|
QString | errorName () const |
| Get the D-Bus error name of the last operation.
|
|
QString | errorMessage () const |
| Get the D-Bus error message of the last operation.
|
|
|
QString | state |
|
bool | isValid |
|
QString | path |
|
QString | errorName |
|
QString | errorMessage |
|
The documentation for this class was generated from the following file: