TYBA






protocol.AddRadioStationResponse

AddRadioStationResponse

This request acknowledges its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
rdidno1textthe radio id
rdnmno1textthe radio station name
grnmyes1textthe radio station genre name
dscyes1textshort description about the radio station
strmno1textthe radio station stream url
brtyes1textthe 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>

 

back to index