protocol.GetRadioStatusResponse
This response acts as an acknowledgment to its corresponding request as well as containing a collection of statuses matching your request parameters.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
ids | no | 1 | list | list of player ids |
n | no | 1 | integer | number of results returned |
col | no | 1 | list | list of status objects. |
Example xml:
<siresp> <cid>Mum</cid> <fn> <getRadioStatus> <ids> <id>1</id> <id>3</id> </ids> <n>3</n> <col> <rstat> <pid>432546325432</pid> <ctm>232</ctm> <pau>on</pau> <ply>on</ply> <buf>on</buf> <rec>on</rec> <rstn> <rdid>432546325432</rdid> <rdnm>1.FM - ABSOLUTE 90's RADIO</rdnm> <wbs>http://www.1.fm</wbs> <rdcv>http://www.apple.com/art.jpg</rdcv> <grnm>90s pop dance rock</grnm> <brt>64kbit/s</brt> <frq>44100 Hz</frq> </rstn> <rdtr> <trnm>Dog Days are over</trnm> <arnm>Florence and the Machine</arnm> <alnm>The Best of Florence and the Machine</alnm> <cv>http://www.apple.com/art.jpg</cv> </rdtr> <rstat> </col> </getRadioStatus> </fn> </siresp>