25#ifndef OFONOCELLBROADCAST_H
26#define OFONOCELLBROADCAST_H
28#include <QtCore/QObject>
32#include "ofonomodeminterface.h"
33#include "libofono-qt_global.h"
45 Q_PROPERTY(QString path READ path)
46 Q_PROPERTY(QString errorName READ errorName)
47 Q_PROPERTY(QString errorMessage READ errorMessage)
49 Q_PROPERTY(
bool powered READ powered WRITE setPowered NOTIFY powerChanged)
50 Q_PROPERTY(QString topics READ topics NOTIFY topicsChanged)
59 void setPowered(
bool b);
60 QString topics()
const;
61 void setTopics(
const QString &)
const;
63 QString errorName()
const;
64 QString errorMessage()
const;
66 void powerChanged(
bool);
67 void topicsChanged(
const QString &);
68 void incomingBroadcast(
const QString &, quint16);
69 void emergencyBroadcast(
const QString &,
const QVariantMap &);
74 void propertyChanged(
const QString& property,
const QVariant& value);
75 void inBroadcast(
const QString &message, quint16 channel);
76 void emBroadcast(
const QString &message,
const QVariantMap &properties);
This class is used to access oFono cell broadcast API.
Definition: ofonocellbroadcast.h:42
This class implements a generic modem interface object.
Definition: ofonomodeminterface.h:42
SelectionSetting
How the modem object should select a modem.
Definition: ofonomodem.h:68