A3LA-R-MIL-MOD User Guide Version B
Document Number: 451-93156-001A
58 of 159
B.44 +CPBF
–
F
IND
P
HONEBOOK
E
NTRIES
Exec Command: +CPBF=<findtext>
Execution command returns phonebook entries (from the current phonebook
memory storage selected with +CPBS) which alphanumeric fields start with string
<findtext>. <findtext> should be of string type enclosed by ““; for example, “John”.
Entry fields returned are location number <index n>, phone number stored there
<number> (of address type <type>), and text <text> associated with the number.
Response is in the following format:
+CPBF: <index1>,<number>,<type>,<text>[[...]<CR><LF>+CBPF:
<index2>,<number>,<type>,<text>]
Test Command: +CPBF=?
Test command returns the maximum lengths of <number> and <text> fields for
phonebook entries. Response is in the form:
+CPBF: <nlength>,<tlength>
where <nlength> indicates the maximum length of <number> and <tlength> shows
the maximum length of <text>.
B.45 +CPBR
–
R
EAD
P
HONEBOOK
E
NTRIES
Exec Command: +CPBR=<index1>[,<index2>]
Execution command returns phonebook entries in location number range <index1>...
<index2> from the current phonebook memory storage selected with +CPBS. If
<index2> is left out, only location <index1> is returned.
Entry fields returned are location number <index n>, phone number stored there
<number> (of address type <type>) and text <text> associated with the number.
Response is in the form:
+CPBR: <index1>,<number>,<type>,<text>[[...] <CR><LF>+CPBR:
<index2>,<number>,<type>,<text>]
Test Command: +CPBR=?