Communications: Telephony: SIM Toolkit
The |
Command | Reference |
CLOSE CHANNEL | 3GPP TS 11.14, section 6.4.28 |
GET CHANNEL STATUS | 3GPP TS 11.14, section 6.4.31 |
GET READER STATUS | 3GPP TS 11.14, section 6.4.20 |
LANGUAGE NOTIFICATION | 3GPP TS 11.14, section 6.4.25 |
MORE TIME | 3GPP TS 11.14, section 6.4.4 |
OPEN CHANNEL | 3GPP TS 11.14, section 6.4.27 |
PERFORM CARD APDU | 3GPP TS 11.14, section 6.4.17 |
POLL INTERVAL | 3GPP TS 11.14, section 6.4.6 |
POLLING OFF | 3GPP TS 11.14, section 6.4.14 |
POWER OFF CARD | 3GPP TS 11.14, section 6.4.18 |
POWER ON CARD | 3GPP TS 11.14, section 6.4.19 |
PROVIDE LOCAL INFORMATION | 3GPP TS 11.14, section 6.4.15 |
RECEIVE DATA | 3GPP TS 11.14, section 6.4.29 |
RUN AT COMMAND | 3GPP TS 11.14, section 6.4.23 |
SEND DATA | 3GPP TS 11.14, section 6.4.30 |
The SIM toolkit application can request that the application play a short tone
from the following list:
This feature handles PLAY TONE (3GPP TS 11.14, section 6.4.5).
This feature handles REFRESH (3GPP TS 11.14, section 6.4.7). It is assumed that the modem performs the refresh. Applications are notified of the refresh however at present, Qt Extended applications are not required to action the notification, and simply ignore it.
As per Features descriptions above, applications are notified of the refresh however at present, Qt Extended applications are not required to action the notification, and simply ignore it. The must however do some things - eg. re-read phone book?
SIM toolkit applications can send various message types to the network via
SMS, Supplementary Services (SS) or Unstructured Supplementary Services Data (USSD).
It is assumed that the modem or the vendor plug-in performs the send
operation, and all that is required by Qt Extended is to display a user-visible text string
while the send is in progress.
This feature handles SEND SHORT MESSAGE (3GPP TS 11.14, section 6.4.10),
SEND SS (3GPP TS 11.14, section 6.4.11), and SEND USSD (3GPP TS 11.14,
section 6.4.12).
The SIM toolkit application can request that it be notified when the system
is idle or there is user activity. This features handles SET UP EVENT LIST
(3GPP TS 11.14, section 6.4.16). The application layer is notified
of the event request, and there is an API for sending events.
The server intercepts the message from QSimToolkit and then responds to
the requested events as they occur. The two main events of interest are
IdleScreen and UserActivity, which indicate when the screen is idle, and when the
user starts performing some activity again.
Many events, particularly call-related events, are handled internally by the modem
and so Qt Extended does not have any special handling for them. If the modem does not
handle these events, the modem vendor plug-in is expected to handle them.
The SIM toolkit application can request that a particular text string be
displayed on the phone's home screen whenever the system is idle. This
feature handles SET UP IDLE MODE TEXT (3GPP TS 11.14, section 6.4.22).
There is an API to send this text string to the application layer but
no Qt Extended applications currently display the string.
The following SIM commands are supported:
Command | Toolkit Feature | Reference |
DISPLAY TEXT | Display Text | 3GPP TS 11.14, section 6.4.1 |
GET INKEY | Get User Input | 3GPP TS 11.14, section 6.4.2 |
GET INPUT | Get User Input | 3GPP TS 11.14, section 6.4.3 |
LAUNCH BROWSER | Launch Browser | 3GPP TS 11.14, section 6.4.26 |
PLAY TONE | Play Tone | 3GPP TS 11.14, section 6.4.5 |
REFRESH | Refresh | 3GPP TS 11.14, section 6.4.7 |
SELECT ITEM | Display Menu | 3GPP TS 11.14, section 6.4.9 |
SEND SHORT MESSAGE | Send Messages | 3GPP TS 11.14, section 6.4.10 |
SEND SS | Send Messages | 3GPP TS 11.14, section 6.4.11 |
SEND USSD | Send Messages | 3GPP TS 11.14, section 6.4.12 |
SET UP CALL | Call Setup | 3GPP TS 11.14, section 6.4.13 |
SET UP EVENT LIST | Setup Event List | 3GPP TS 11.14, section 6.4.16 |
SET UP IDLE MODE TEXT | Setup Idle Mode Text | 3GPP TS 11.14, section 6.4.22 |
SET UP MENU | Display Menu | GSM TS 11.14, section 6.4.8 |
USAT contains some extensions to basic SAT:
The following new commands from ETSI TS 102 223 are supported in the SIM toolkit API's. Whether these commands are supported on a specific Qt Extended device or not depends upon the GSM or 3G modem that the device is using. Older modems may not support these commands.
This command is used to search for the availability of a service in the environment of the terminal. This is typically used to access the services on devices that are connected using Bluetooth or IrDA.
This command is used to look for the complete service record related to a service. By service record, it is meant all information that allows the SIM to precisely define the service. This is typically used to get information about services on devices that are connected using Bluetooth or IrDA.
This command allows the SIM to download the services that the card provides as a server into the terminal's service database. The declaration is to be made on a service by service basis, at set up time (e.g. after the profile download). The SIM indicates whether the terminal is required to add a new service in the terminal service database or to remove a service from the terminal service database. This is typically used by SIM's that wish to provide services to other devices that are connected using Bluetooth or IrDA.
This command instructs the terminal to divide the terminal's screen into multiple, scrollable rectangular regions called frames in order to present multiple information at once. Other USAT commands have a frame identifier associated with them that indicates which frame to display the information within.
This command instructs the terminal to provide status information on its support for frames.
This command retrieves a multimedia MMS message and returns it to the SIM.
This command allows a SIM to submit a multimedia MMS message to the network.
This command instructs the terminal to display a specific multimedia MMS message on the terminal's display.
Commands that involve the display of text can have a Text Attribute block associated with them according to ETSI TS 102 223. This is now supported by the SIM toolkit API for all relevant commands. Because text attributes can be difficult to decode, helper functions are provided to convert the text strings into HTML for easier display in the user interface.
Commands that interact with the user can now have a frame identifier associated with them, to allow multiple commands to be presented to the user in different parts of the screen. This information can be accessed via the SIM toolkit API using the extension data mechanism and a tag value of 0x68 or 0xE8 (hexadecimal).
Text attributes are supported for all relevant commands.
Frame identifiers are not currently supported in the user interface. It is assumed that there is a single frame for the display of all SIM toolkit commands. It is possible for an alternative user interface to be written that supports frames using the provided API's, but it has not been done at this time.
Service and multimedia message commands are supported in the API, but there is no user interface support for these features in this version.
Copyright © 2009 Nokia | Trademarks | Qt Extended 4.4.3 |
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