24#ifndef OFONOMODEMMANAGER_H
25#define OFONOMODEMMANAGER_H
27#include <QtCore/QObject>
29#include <QDBusObjectPath>
31#include "libofono-qt_global.h"
45 Q_INVOKABLE QStringList
modems()
const;
55 void onModemAdded(
const QDBusObjectPath &path,
const QVariantMap &map);
56 void onModemRemoved(
const QDBusObjectPath &path);
Provides access to the list of available modems and changes in that list.
Definition ofonomodemmanager.h:34
void modemAdded(const QString &modemPath)
Issued when a modem has been added.
Q_INVOKABLE QStringList modems() const
Returns a list of d-bus object paths that represent available modems.
void modemRemoved(const QString &modemPath)
Issued when a modem has been removed.