TC45 AT Command Set
15.8 AT^SPBS
s
m
obile
TC45_ATC_V02.02
Page 369 of 461
4/16/04
Confidential / Released
0
(&F)
...maxindex
This Parameter is only an internal parameter and cannot modified directly.
The internal counter will be reset to index 0 after a call to
.
Note
• The complete list of sorted entries can be retrieved using AT command
Example
How to use AT^SPBS to browse through the sorted list forward and backward
• First,
is issued to make sure that AT^SPBS=1 starts from the first character in alphabetical order. The
example illustrates how to search down and up again.
• If the last index in the sorted list has been reached, then the internal counter overflows to the first index:
<internal-counter>
(num)
at&f
OK
at^spbs=1
^SPBS:1,"+999999",145,"Arthur"
^SPBS:2,"+777777",145,"Bill"
^SPBS:3,"+888888",145,"Charlie"
OK
at^spbs=1
^SPBS:2,"+777777",145,"Bill"
^SPBS:3,"+888888",145,"Charlie"
^SPBS:4,"0304444444",129,"Esther"
OK
at^spbs=1
^SPBS:3,"+888888",145,"Charlie"
^SPBS:4,"0304444444",129,"Esther"
^SPBS:5,"03033333333",129,"Harry"
OK
at^spbs=2
^SPBS:2,"+777777",145,"Bill"
^SPBS:3,"+888888",145,"Charlie"
^SPBS:4,"0304444444",129,"Esther"
OK
at&f
reset internal counter to 0
OK