Qt bindings for oFono cellular services
1.30
|
This class is used to access oFono call barring API. More...
#include <ofonocallbarring.h>
Signals | |
void | voiceIncomingComplete (bool success, const QString &barrings) |
void | voiceOutgoingComplete (bool success, const QString &barrings) |
void | voiceIncomingChanged (const QString &barrings) |
void | voiceOutgoingChanged (const QString &barrings) |
void | setVoiceIncomingFailed () |
void | setVoiceOutgoingFailed () |
void | changePasswordComplete (bool success) |
void | disableAllComplete (bool success) |
void | disableAllIncomingComplete (bool success) |
void | disableAllOutgoingComplete (bool success) |
![]() | |
void | validityChanged (bool validity) |
Interface validity has changed. More... | |
Public Member Functions | |
OfonoCallBarring (OfonoModem::SelectionSetting modemSetting, const QString &modemPath, QObject *parent=0) | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
OfonoInterface * | m_if |
![]() | |
bool | isValid |
QString | path |
QString | errorName |
QString | errorMessage |
This class is used to access oFono call barring API.
The API is documented in http://git.kernel.org/?p=network/ofono/ofono.git;a=blob_plain;f=doc/call-barring-api.txt