![Nexus C-612 Скачать руководство пользователя страница 10](http://html1.mh-extra.com/html/nexus/c-612/c-612_reference-manual_1684563010.webp)
Example:
--> I_GETNUMPLYTR<cr>
<-- 14<CR>
I_SETCURPLYTR
Sets the index of the track to play in the now playing playlist on the iPod. The number of playing tracks,
and the current playing track index may be queried using I_GETNUMPLYTR and
I_GETCURPLYTRIND. This command only works if
the iPod is in the play or pause modes, not in the stop
mode.
Example:
--> I_SETCURPLYTR 7<cr>
<-- OK<CR>
I_REQIPODNAM
Requests the name of the attached iPod. The name will be returned. If the user has not set a name for the
iPod, then “iPod” will be returned.
Example:
--> I_REQIPODNAM<cr>
<-- John's iPod<CR>
I_METADATAON
This command enables reporting of the artist, album, and track names out of the RS232 port. This info
will be reported every time the track changes without having to request it. Each item is reported with a
field identifier, and a carriage return at the end. For example, if the song changes on the iPod which is
on slot 1, the following will be sent out the serial port:
Artist1: Beck
Album1: Sea Change
Track1: The Golden Age
For the iPod on slot 2, the prefixes will be Artist2: Album2: and Track2
Example:
--> I_METADATAON<cr>
<-- OK<CR>
I_METADATAOFF
Cancels reporting of song metadata out of the serial port. This information could still be requested
manually using the commands I_GETCURPLYTRIND, I_GETINDPLYTRTIT,
I_GETINDPLYTRART, and I_GETINDPLYTRALB.
Example:
--> I_METADATAOFF<cr>
<-- OK<CR>
1.0 01/02/10
10