This class is used to access oFono message waiting API.
More...
#include <ofonomessagewaiting.h>
|
void | setVoicemailMailboxNumber (QString mailboxnumber) |
|
|
void | voicemailWaitingChanged (bool waiting) |
|
void | voicemailMessageCountChanged (int count) |
|
void | voicemailMailboxNumberChanged (const QString &mailboxnumber) |
|
void | setVoicemailMailboxNumberFailed () |
|
void | validityChanged (bool validity) |
| Interface validity has changed. More...
|
|
|
| OfonoMessageWaiting (OfonoModem::SelectionSetting modemSetting, const QString &modemPath, QObject *parent=0) |
|
bool | voicemailWaiting () const |
|
int | voicemailMessageCount () const |
|
QString | voicemailMailboxNumber () const |
|
| OfonoModemInterface (OfonoModem::SelectionSetting modemSetting, const QString &modemPath, const QString &ifname, OfonoGetPropertySetting propertySetting, QObject *parent=0) |
| Construct a modem interface object. More...
|
|
bool | isValid () const |
| Check that the modem interface object is valid. More...
|
|
OfonoModem * | modem () const |
| Get the modem object that this interface belongs to. More...
|
|
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. More...
|
|
QString | errorMessage () const |
| Get the D-Bus error message of the last operation. More...
|
|
|
bool | voicemailWaiting |
|
int | voicemailMessageCount |
|
QString | voicemailMailboxNumber |
|
bool | isValid |
|
QString | path |
|
QString | errorName |
|
QString | errorMessage |
|
This class is used to access oFono message waiting API.
oFono message manager API is documented in http://git.kernel.org/?p=network/ofono/ofono.git;a=blob_plain;f=doc/message-waiting-api.txt
The documentation for this class was generated from the following file: