protocol.AddRadioStationResponse
This request acknowledges its corresponding request.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
rdid | no | 1 | text | the radio id |
rdnm | no | 1 | text | the radio station name |
grnm | yes | 1 | text | the radio station genre name |
dsc | yes | 1 | text | short description about the radio station |
strm | no | 1 | text | the radio station stream url |
brt | yes | 1 | text | the bitrate of the radio stream |
Example xml:
<siresp> <cid>Mum</cid> <fn> <addRadioStation> <rdid>abc123</rdid> <rdnm>1.fm</rdnm> <grnm>90s pop dance rock</grnm> <dsc>The Greatest hits of the 90s all day every day.</dsc> <strm>http://foo.com/radio.pls</strm> <brt>64 kbps</brt> </addRadioStation> </fn> </siresp>