24 #ifndef OFONOCALLMETER_H 25 #define OFONOCALLMETER_H 27 #include <QtCore/QObject> 28 #include "ofonomodeminterface.h" 29 #include "libofono-qt_global.h" 46 void requestCallMeter();
49 void callMeterComplete(
bool success, uint value);
51 void callMeterChanged(uint value);
54 void propertyChanged(
const QString& property,
const QVariant& value);
55 void requestPropertyComplete(
bool success,
const QString& property,
const QVariant& value);
This class implements a generic modem interface object.
Definition: ofonomodeminterface.h:41
SelectionSetting
How the modem object should select a modem.
Definition: ofonomodem.h:68
This class is used to access oFono call meter API.
Definition: ofonocallmeter.h:36