QBandSelection Class Reference
|
GSM 850 | GSM at 850 MHz |
GSM 900 | GSM at 900 MHz |
GSM 1800 | DCS at 1800 MHz |
GSM 1900 | PCS at 1900 MHz |
Dual 900/1800 | Dual 900 MHz and 1800 MHz bands |
Dual 850/1900 | Dual 950 MHz and 1900 MHz bands |
Telephony services should report dual bands separately from the single constituent bands, to allow the user to select either a specific band, or one of a set of supported bands.
Not all modems support band selection. The available() method should be used by client applications to determine if band selection is possible.
See also QCommInterface.
This enum defines the mode of band selection to be used.
Constant | Value | Description |
---|---|---|
QBandSelection::Automatic | 0 | Use an explicit band selection if possible, but fall back to any available band otherwise. |
QBandSelection::Manual | 1 | Use only the explicitly specified band. |
Construct a new band selection object for service and attach it to parent. The object will be created in client mode if mode is Client, or server mode otherwise.
If service is empty, this class will use the first available service that supports band selection. If there is more than one service that supports band selection, the caller should enumerate them with QCommServiceManager::supports() and create separate QBandSelection objects for each.
See also QCommServiceManager::supports().
Destroy this band selection object.
Signal that is emitted in response to requestBand(), to report the currently selected mode and band value.
See also setBand() and requestBand().
Signal that is emitted to report the supported list of bands.
See also requestBands().
Request the currently selected band. The result is reported via the band() signal.
See also band() and requestBands().
Request a list of all bands that can be selected from. The result is reported via the bands() signal.
See also bands() and requestBand().
Sets the current band mode and value. If value is null, and mode is Automatic, then any available band will be used. The result of setting the band is reported via the setBandResult() signal.
See also band(), setBandResult(), and requestBand().
Signal that is emitted to report the result of calling setBand().
See also setBand().
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt qtextended4.4 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com