Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QModemConfiguration class provides information about the modem such as its manufacturer and serial number. More...
#include <QModemConfiguration>
Inherits QTelephonyConfiguration.
The QModemConfiguration class provides information about the modem such as its manufacturer and serial number.
The following read-only configuration values are available:
Name | Description | AT command |
---|---|---|
manufacturer | Name of the modem's manufacturer | AT+CGMI |
model | Name of the modem's modem | AT+CGMM |
revision | Name of the modem's revision | AT+CGMR |
serial | Serial number for the modem | AT+CGSN |
extraVersion | Extra 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.
Create a modem configuration object for service.
Destroy this modem configuration object.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |