10#ifndef MODEMMANAGERQT_SIM_H
11#define MODEMMANAGERQT_SIM_H
13#include <modemmanagerqt_export.h>
15#include <QDBusPendingReply>
17#include <QSharedPointer>
19#include "generictypes.h"
33 Q_DECLARE_PRIVATE(
Sim)
73 QString operatorIdentifier()
const;
96 QVariantMap preferredNetworks()
const;
98#if MM_CHECK_VERSION(1, 20, 0)
112 MMSimType simType()
const;
117 MMSimEsimStatus esimStatus()
const;
122 MMSimRemovability removability()
const;
171 void setTimeout(
int timeout);
180 void activeChanged(
bool active);
181 void simIdentifierChanged(
const QString &identifier);
182 void imsiChanged(
const QString &imsi);
183 void eidChanged(
const QString &eid);
184 void operatorIdentifierChanged(
const QString &identifier);
185 void operatorNameChanged(
const QString &name);
186 void emergencyNumbersChanged(
const QStringList &emergencyNumbers);
187 void preferredNetworksChanged(
const QVariantMap &preferredNetworks);
188#if MM_CHECK_VERSION(1, 20, 0)
191 void simTypeChanged(MMSimType simType);
192 void esimStatusChanged(MMSimEsimStatus esimStatus);
193 void removabilityChanged(MMSimRemovability removability);
197 SimPrivate *
const d_ptr;
This namespace allows to query the underlying system to discover the available modem interfaces respo...
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:10 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.