Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

QModemSimFiles Class Reference
[QtCellModule]

The QModemSimFiles class implements SIM file access for AT-based modems. More...

    #include <QModemSimFiles>

Inherits QSimFiles.

Public Functions

Protected Functions

Additional Inherited Members


Detailed Description

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.


Member Function Documentation

QModemSimFiles::QModemSimFiles ( QModemService * service )

Create a new modem SIM file access object for service.

QModemSimFiles::~QModemSimFiles ()

Destroy this modem SIM file access object.

bool QModemSimFiles::useCSIM () const   [virtual protected]

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