User`s guide
Chapter 1 – AT Commands for Remote SIM Application Toolkit
Multi-Tech Systems, Inc. SIM Application Toolkit AT Commands (S000391C) 30
1.4.16 AT^SSTGI Remote-SAT Get Information – Set up Idle Mode Text (40)
Write command
AT^SSTGI=40
This command is to be used upon receiving an unsolicited result code ^SSTN40.
However, please refer to note below.
It provides text and, optionally, an icon to be displayed by the TA when the display is
Idle.
Response
^SSTGI: <cmdType>, <commandDetails>, <text>, <iconQualifier>, <iconId> <CR>
<LF>
Parameters
<cmdType> 40 – Proactive command ID. See Table 1.
<commandDetails> This byte is RFU.
<text> String to display when TA in IDLE mode.
<iconQualifier> 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.
<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.
1.4.17 AT^SSTGI Remote-SAT Get Information – Get Icon Data (250)
Write command
AT^SSTGI=250
,<iconId>
[,<colored>
[,<minWidth>
[,<minHeight>
[,<maxWidth>
[,<maxHeight>
] ] ] ] ]
Write command AT^SSTGI=250, <iconId> requests data regarding an icon’s bitmap
from SIM. The bitmap is addressed via its icon identifier if reported to be available by
a proactive command <iconId> parameter greater than 0. Therefore, this command is
not to be used upon receiving an unsolicited result code. See note below.
Raster image point colors are defined as references into a color look-up table
(CLUT), which contains a subset of the red-green-blue color space. This coding
scheme applies to black/white and colored rectangular raster images.
A detailed description of the color look-up table format can be found in GSM 11.11.
Each raster image point uses <BitsPerPoint> bits to reference one of the CLUT
entries. The CLUT entry being thus referenced yields the raster image point's color.
Response
^SSTGI: <cmdType>, <commandDetails>, <iconId>, <iconCount>, <clutEntries>,
<BitsPerPoint>, <iconWidth>, <iconHeight>, <iconDataLength> <CR> <LF>
CLUT data are output with 200 data bytes per line, repeated for number of necessary
lines. Calculated by ((<clutEntries>*3) + ((<clutEntries>*3)-1)) / 200. ^SSTGI:
<cmdType>, <dataType>, <lineNumber>, <dataLen>,<clutData><CR> <LF>
Icon data is output with 200 data bytes per line, repeated for number of necessary
lines. Calculated by (<iconDataLength>+199) / 200.
^SSTGI: <cmdType>, <dataType>, <lineNumber>, <dataLen>,<iconData><CR>
<LF>
OK/ +CME ERROR
Write Command Parameters
Default values of optional parameters are underscored.
<iconId> See response parameter section below
<colored> 0: request black/white icon, 1: colored icon
<minWidth> Minimum width of requested icon, range is 2 – 255.
<minHeight> Minimum height of requested icon, range is 2 – 255.
<maxWidth> Maximum width of requested icon, range is 16 – 256.
<maxHeight> Maximum height of requested icon, range is 16 – 256.
Continued on next page.