|
Qt bindings for oFono cellular services 1.30
|
This class is used to access oFono connman context API. More...
#include <ofonoconnmancontext.h>
Public Member Functions | |
| OfonoConnmanContext (const QString &contextPath, QObject *parent=0) | |
| OfonoConnmanContext (const OfonoConnmanContext &op) | |
| OfonoConnmanContext | operator= (const OfonoConnmanContext &op) |
| bool | operator== (const OfonoConnmanContext &op) |
| QString | path () const |
| Returns the D-Bus object path of the voice call object. | |
| 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. | |
| bool | active () const |
| QString | accessPointName () const |
| QString | type () const |
| QString | username () const |
| QString | password () const |
| QString | protocol () const |
| QString | name () const |
| QString | messageProxy () const |
| QString | messageCenter () const |
| QVariantMap | settings () const |
| QVariantMap | IPv6Settings () const |
This class is used to access oFono connman context API.
The API is documented in http://git.kernel.org/?p=network/ofono/ofono.git;a=blob;f=doc/connman-api.txt
| QString OfonoConnmanContext::errorMessage | ( | ) | const |
Get the D-Bus error message of the last operation.
Returns the D-Bus error message of the last operation (setting a property or calling a method) if it has failed
| QString OfonoConnmanContext::errorName | ( | ) | const |
Get the D-Bus error name of the last operation.
Returns the D-Bus error name of the last operation (setting a property or calling a method) if it has failed