Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QModemSimFiles class implements SIM file access for AT-based modems. More...
#include <QModemSimFiles>
Inherits QSimFiles.
The QModemSimFiles class implements SIM file access for AT-based modems.
This class implements the QSimFiles telephony interface and uses the AT+CRSM or AT+CSIM commands from 3GPP TS 27.007 to access the files on the SIM.
Client applications should use QBinarySimFile, QRecordBasedSimFile, or QSimFiles to access the files on a SIM rather than QModemSimFiles.
See also QSimFiles, QBinarySimFile, and QRecordBasedSimFile.
Create a new modem SIM file access object for service.
Destroy this modem SIM file access object.
Returns true if the modem SIM file access object should use AT+CSIM to access SIM files instead of AT+CRSM; false otherwise. The default implementation returns false. The AT+CRSM command is more reliable, so modem vendor plug-ins should use it wherever possible.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |