User guide
Developers guidelines | AT commands
65 June 2010
<predictive> Description
Bitflags Flags used to control the behaviour of a string
object
Bit 1 (LSB) Password – Entered text is confidential data.
Content must never be divulged to the user
Bit 2 Edit disallowed – User must not edit the text
Bit 3 Sensitive data – Entered text is sensitive data. Must
never be stored, for example, credit card number
Bit 4 Non-predictive – Predictive input facilities are
disallowed
Bit 5 Initial CAPS word – Initial letter of each word should
be capitalised
Bit 6 Initial CAPS sentence – Initial letter of each
sentence should be capitalised
<input_mode>:
<input_mode> Description
Integer Constraints that are put on the <text> parameter –
what type of text should be entered in the dialogue
0 Any
1 Real input
2 Integer input
3 Phone number input
4 URL input
5 Email input
<maxsize>:
<maxsize> Description
Integer The maximum number of characters in <text>
<object_index>:
<object_index> Description
Integer type Index of the dialogue
<show>:
<show> Description
Integer type Tells whether the GUI object will be visible on the
screen directly when created. If <show> = 0 then it
is possible to use the AT*SESAF command to
display the object later
0 Object will not be displayed when created
1 Object will be displayed when created
<form>:










