User`s guide

Chapter 1 – AT Commands for Remote SIM Application Toolkit
Multi-Tech Systems, Inc. SIM Application Toolkit AT Commands (S000391C) 29
1.4.15 AT^SSTGI Remote-SAT Get Information – Set up Menu (37)
Write command
AT^SSTGI=37
This command is to be used upon receiving an unsolicited result code ^SSTN:37.
However, please refer to note below.
The response provides the main menu of the SIM Application to the TA. It will be
stored by the TA so that it can be displayed without invoking a proactive session.
Note:
As with every proactive command, the TA is expected to acknowledge the ^SSTGI
response with AT^SSTR to confirm that the proactive command has been executed.
Terminal response via AT^SSTR will not provide any user information in case of this
proactive command. See section 1.5.3.1.
Response
The first line of output from the ME is:
^SSTGI: <cmdType>, <commandDetails>, <numOfItems>, <titleText>,
<menuItemIconsPresent>, <menuItemIconsQualifier>, <titleIconQualifier>,
<titleIconId> <CR> <LF>
One line follows for every menu item, repeated for <numOfItems>:
^SSTGI: <cmdType>, <itemId>, <itemText>, <nextActionId>, <iconId> <CR> <LF>
Parameters
<cmdType> 37 – Proactive command. See Table 1.
<commandDetails> Unsigned integer, range 0 – 255, used as a bit field.
bit 1: 0 = No selection preference.
1 = Selection using softkey preferred.
bits 2 to 7: = RFU.
bit 8: 0 = No help information available.
1 = Help information available.
<titleText> String displaying menu title.
0 = No icons .
1 = Icons present.
<menuItemiconsQualifier> Unsigned integer, range 0 – 255, used as a bit field.
bit 1: 0 = Icons are self explanatory and replace
text.
1 = Icons are not self-explanatory and shall
be displayed with the text.
Determined value only if associated icon ID
is not 0 (an icon exists).
bits 2 to 8: = RFU.
<titleIconQualifier> Unsigned integer, range 0 – 255, used as a bit field.
bit 1: 0 = Icon is self explanatory and replaces
text.
1 = Icon is not self-explanatory and shall be
displayed with the text.
Determined value only if associated icon ID
is not 0 (an icon exists).
bits 2 to 8: = RFU.
<titleIconId> 0-255, 0: no icon.
<numOfItems> Number of menu items in the list.
<itemId> Menu item identifier (1 – numOfItems).
<itemText> Title of menu item.
<nextActionId> The next proactive command type to be issued upon
execution of the menu item. See Table 1.
0: No next action information available.
<iconId> 0-255, 0: No icon.
Note:
AT^SSTGI can be issued during states IDLE, PAC and WAIT for this proactive
command without previously receiving a URC ^SSTN:<cmdType>. See section 1.4.1.