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

QModemServiceNumbers Class Reference
[QtCellModule]

The QModemServiceNumbers class provides access to GSM service numbers such as voice mail and SMS service center for AT-based modems. More...

    #include <QModemServiceNumbers>

Inherits QServiceNumbers.

Public Functions

Protected Functions

Additional Inherited Members


Detailed Description

The QModemServiceNumbers class provides access to GSM service numbers such as voice mail and SMS service center for AT-based modems.

This class uses the AT+CSVM, AT+CSCA, and AT+CNUM commands from 3GPP TS 27.005 and 3GPP TS 27.007.

QModemServiceNumbers implements the QServiceNumbers telephony interface. Client applications should use the QServiceNumbers class instead of this class to access the modem's service number settings.

See also QServiceNumbers.


Member Function Documentation

QModemServiceNumbers::QModemServiceNumbers ( QModemService * service )

Create an AT-based service number object for service.

QModemServiceNumbers::~QModemServiceNumbers ()

Destroy this AT-based service number object.

void QModemServiceNumbers::requestServiceNumberFromFile ( QServiceNumbers::NumberId id )   [protected]

Request the service number id from a local configuration file. This is called by modem vendor plug-ins in their requestServiceNumber() override if they do not have an appropriate AT command for accessing the requested service number.

See also requestServiceNumber() and setServiceNumberInFile().

void QModemServiceNumbers::setServiceNumberInFile ( QServiceNumbers::NumberId id, const QString & number )   [protected]

Sets the service number id to number in a local configuration file. This is called by modem vendor plug-ins in their setServiceNumber() override if they do not have an appropriate AT command for setting the requested service number.

See also setServiceNumber() and requestServiceNumberFromFile().


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3