Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QModemPreferredNetworkOperators class implements the preferred operator list functions for AT-based modems. More...
#include <QModemPreferredNetworkOperators>
Inherits QPreferredNetworkOperators.
The QModemPreferredNetworkOperators class implements the preferred operator list functions for AT-based modems.
This class uses the AT+CPOL, AT+CPLS and AT+COPN commands from 3GPP TS 27.007.
QModemPreferredNetworkOperators implements the QPreferredNetworkOperators telephony interface. Client applications should use QPreferredNetworkOperators instead of this class to access the modem's preferred operator list.
See also QPreferredNetworkOperators.
Create a new preferred network operator handler for service.
Destroy this preferred network operator handler.
Returns a flag indicating if a preferred network operator entry should be deleted before it is updated. This may be necessary for modems that do not support direct modification of an entry by index using AT+CPOL. The default value is false.
This function was introduced in Qtopia 4.3.1.
See also setDeleteBeforeUpdate().
Returns a flag indicating if operator numbers should be quoted when modifying preferred operator entries with AT+CPOL. The default value is false.
This function was introduced in Qtopia 4.3.1.
See also setQuoteOperatorNumber().
Sets a flag indicating if a preferred network operator entry should be deleted before it is updated to value. This may be necessary for modems that do not support direct modification of an entry by index using AT+CPOL.
This function was introduced in Qtopia 4.3.1.
See also deleteBeforeUpdate().
Sets a flag indicating if operator numbers should be quoted when modifying preferred operator entries with AT+CPOL to value.
This function was introduced in Qtopia 4.3.1.
See also quoteOperatorNumber().
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |