This class is used to access oFono radio settings API.
More...
#include <ofonoradiosettings.h>
|
void | setTechnologyPreference (QString preference) |
|
void | setGsmBand (QString gsmBand) |
|
void | setUmtsBand (QString umtsBand) |
|
void | setFastDormancy (bool fastDormancy) |
|
|
void | technologyPreferenceChanged (const QString &preference) |
|
void | setTechnologyPreferenceFailed () |
|
void | gsmBandChanged (const QString &gsmBand) |
|
void | setGsmBandFailed () |
|
void | umtsBandChanged (const QString &umtsBand) |
|
void | setUmtsBandFailed () |
|
void | fastDormancyChanged (bool fastDormancy) |
|
void | setFastDormancyFailed () |
|
void | validityChanged (bool validity) |
| Interface validity has changed. More...
|
|
|
| OfonoRadioSettings (OfonoModem::SelectionSetting modemSetting, const QString &modemPath, QObject *parent=0) |
|
QString | technologyPreference () const |
|
QString | gsmBand () const |
|
QString | umtsBand () const |
|
bool | fastDormancy () 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...
|
|
|
QString | technologyPreference |
|
QString | gsmBand |
|
QString | umtsBand |
|
bool | fastDormancy |
|
bool | isValid |
|
QString | path |
|
QString | errorName |
|
QString | errorMessage |
|
The documentation for this class was generated from the following file: