Qt bindings for oFono cellular services 1.30
|
This class is used to access oFono network operator API. More...
#include <ofononetworkoperator.h>
Public Slots | |
void | registerOp () |
Public Member Functions | |
OfonoNetworkOperator (const QString &operatorId, QObject *parent=0) | |
OfonoNetworkOperator (const OfonoNetworkOperator &op) | |
OfonoNetworkOperator | operator= (const OfonoNetworkOperator &op) |
bool | operator== (const OfonoNetworkOperator &op) |
QString | path () const |
Returns the D-Bus object path of the network operator 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. | |
QString | name () const |
QString | status () const |
QString | mcc () const |
QString | mnc () const |
QStringList | technologies () const |
QString | additionalInfo () const |
Properties | |
QString | path |
QString | errorName |
QString | errorMessage |
QString | name |
QString | status |
QString | mcc |
QString | mnc |
QStringList | technologies |
QString | additionalInfo |
This class is used to access oFono network operator API.
The API is documented in http://git.kernel.org/?p=network/ofono/ofono.git;a=blob_plain;f=doc/network-api.txt
QString OfonoNetworkOperator::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 OfonoNetworkOperator::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