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

QModemConfiguration Class Reference
[QtCellModule]

The QModemConfiguration class provides information about the modem such as its manufacturer and serial number. More...

    #include <QModemConfiguration>

Inherits QTelephonyConfiguration.

Public Functions

Additional Inherited Members


Detailed Description

The QModemConfiguration class provides information about the modem such as its manufacturer and serial number.

The following read-only configuration values are available:

NameDescriptionAT command
manufacturerName of the modem's manufacturerAT+CGMI
modelName of the modem's modemAT+CGMM
revisionName of the modem's revisionAT+CGMR
serialSerial number for the modemAT+CGSN
extraVersionExtra manufacturer-specific version information.

Modem vendor plug-ins may inherit this class and override request() if they use different AT commands from those listed above.

The extraVersion value is intended to return additional version information beyond that supplied by revision.

QModemConfiguration implements the QTelephonyConfiguration telephony interface. Client applications should use the QTelephonyConfiguration class instead of this class to access the modem's configuration values.

See also QTelephonyConfiguration.


Member Function Documentation

QModemConfiguration::QModemConfiguration ( QModemService * service )

Create a modem configuration object for service.

QModemConfiguration::~QModemConfiguration ()

Destroy this modem configuration object.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3