TYBA






protocol.GetRadioStatusResponse

GetRadioStatusResponse

This response acts as an acknowledgment to its corresponding request as well as containing a collection of statuses matching your request parameters.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idsno1listlist of player ids
nno1integernumber of results returned
colno1listlist 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>

 

back to index