QSimToolkit Class Reference
|
SetupMenu | Acknowledges receipt of the command. The actual menu selection is performed using sendEnvelope(), not sendResponse(). |
SetupIdleModeText | Acknowledges receipt of the command. |
The following commands are expected to be handled internally by the modem, or the modem vendor plugin. Qt Extended will simply acknowledge receipt of the command with sendResponse() and then passes the command up to the client applications. Most of these can be safely ignored by client applications, or the application only needs to display a text string and/or an icon until such time as a new command becomes available.
MoreTime |
PollingOff |
PollInterval |
Refresh |
SendSMS |
SendSS |
SendUSSD |
SendDTMF |
PerformCardAPDU |
PowerOnCard |
PowerOffCard |
GetReaderStatus |
ProvideLocalInformation |
TimerManagement |
SetupEventList |
RunATCommand |
LanguageNotification |
If the modem does not handle one or more of the above commands internally, the modem vendor plugin is responsible implementing the command and for composing the correct terminal response. If the modem vendor plugin does this, it should bypass emitCommandAndRespond() and emit the command() signal directly.
For example, if the modem does not handle the SendSMS command internally, the modem vendor plugin is responsible for formatting the correct SMS message and transmitting it over the network. The client application only needs to handle text display while the message is being sent.
In the case of ProvideLocalInformation, if the language setting is being requested, the current Qt Extended language code is returned.
See also command() and sendResponse().
End using the SIM toolkit facilities.
See also begin().
End the current session, upon the user's request. The SIM returns to the main menu.
Applies to: GetInkey, GetInput, SelectItem.
This function is deprecated because it cannot properly match commands and responses. Use sendResponse() to generate a QSimTerminalResponse::SessionTerminated response instead.
Request help for a particular type of command or menu item.
Applies to: SetupMenu, GetInkey, GetInput, SelectItem.
This function is deprecated because it cannot properly match commands and responses. Use sendResponse() or sendEnvelope() to generate the appropriate help request instead.
Indicate to the SIM toolkit application that the system has become idle and the SIM had previously requested IdleScreen events.
Applies to: SetupEventList.
This function is deprecated. Use sendEnvelope() to generate an idle screen event instead.
See also userActivity().
Sends a string value in response to a GetInput command.
Applies to: GetInput.
This function is deprecated because it cannot properly match commands and responses. Use sendResponse() to generate a QSimTerminalResponse::Success response instead.
See also key().
Sends a string value in response to a GetInkey command.
Applies to: GetInkey.
This function is deprecated because it cannot properly match commands and responses. Use sendResponse() to generate a QSimTerminalResponse::Success response instead.
See also sendResponse() and input().
Indicate to the SIM toolkit application that an item on the main menu has been selected.
Applies to: SetupMenu.
This function is deprecated. Use sendEnvelope() to generate a QSimEnvelope::MenuSelection envelope instead.
See also sendEnvelope().
Move backward within the current session.
This function is deprecated because it cannot properly match commands and responses. Use sendResponse() to generate a QSimTerminalResponse::BackwardMove response instead.
Tell the SIM that no response has been received from the user within a reasonable period of time.
This function is deprecated because it cannot properly match commands and responses. Use sendResponse() to generate a QSimTerminalResponse::NoResponseFromUser response instead.
Sends an ENVELOPE env to the SIM toolkit application. This is typically used for selecting items from the main menu.
See also sendResponse() and command().
Sends a TERMINAL RESPONSE resp for the last SIM toolkit command that was received via command(). The command must be set on the response with QSimTerminalResponse::setCommand() so that the SIM knows which command is being responded to.
See also sendEnvelope(), command(), and QSimTerminalResponse::setCommand().
Indicate to the SIM toolkit application that the user has chosen to exit from the current sub menu.
Applies to: SelectItem.
This function is deprecated because it cannot properly match commands and responses. Use sendResponse() to generate a QSimTerminalResponse::BackwardMove response instead.
See also subMenuSelected().
Indicate to the SIM toolkit application that an item on a sub menu has been selected.
Applies to: SelectItem.
This function is deprecated because it cannot properly match commands and responses. Use sendResponse() to generate a QSimTerminalResponse::Success response instead.
See also subMenuExited().
Tell the SIM that the ME cannot process the previous request at this time, but may be able to later.
This function is deprecated because it cannot properly match commands and responses. Use sendResponse() to generate a QSimTerminalResponse::MEUnableToProcess response instead.
Indicate to the SIM toolkit application that user activity has occurred and the SIM had previously requested UserActivity events.
Applies to: SetupEventList.
This function is deprecated. Use sendEnvelope() to generate a user activity event instead.
See also idleScreen().
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