Examples:
The following example shows a conversation that might occur if the interfacing device is
capable of displaying a maximum of five menu items at a time, and the iPod has a database of eight
Artists.
1.0 01/02/10
11
I_SLOT1
OK
I_RESDBSEL
Device
Controller
OK
I_GETNUMCATDBREC 02
Category=Artist
8
(matching records = 8)
I_RETCATDBREC 02,0,5
Category=Artist, start index=0, read count=5
“AC/DC”
“Aerosmith”
“Al Stewart”
“Alannah Myles”
“Alice Cooper”
I_RETCATDBREC 02,5,3
Category=Artist, start index=5, read count=3
“Alison Krauss”
“Annie Lennox”
“April Wine”
User chooses next page of the Artist list...
I_SELDBREC 02,6
Category=Artist, record index=6
OK
User selects Annie Lennox...
I_GETNUMCATDBREC 03
Category=Album
3
(matching records = 3)
I_RETCATDBREC 03,0,3
Category=Album, start index=0, read count=3
“Bare”
“Diva”
“Medusa”
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24