|
Qt bindings for oFono cellular services 1.30
|
This class is used to access oFono voice call API. More...
#include <ofonovoicecall.h>
Public Slots | |
| void | answer () |
| void | hangup () |
| void | deflect (const QString &number) |
Public Member Functions | |
| OfonoVoiceCall (const QString &callId, QObject *parent=0) | |
| OfonoVoiceCall (const OfonoVoiceCall &op) | |
| OfonoVoiceCall | operator= (const OfonoVoiceCall &op) |
| bool | operator== (const OfonoVoiceCall &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. | |
| QString | lineIdentification () const |
| QString | incomingLine () const |
| QString | name () const |
| QString | state () const |
| QString | startTime () const |
| QString | information () const |
| bool | multiparty () const |
| bool | emergency () const |
| quint8 | icon () const |
| bool | remoteHeld () const |
| bool | remoteMultiparty () const |
This class is used to access oFono voice call API.
The API is documented in http://git.kernel.org/?p=network/ofono/ofono.git;a=blob;f=doc/voicecall-api.txt
| QString OfonoVoiceCall::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 OfonoVoiceCall::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