TYBA






protocol.RadioPlayStationResponse

RadioPlayStationResponse

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerplayer id
rdidyes1database idtrack id from database

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <radioPlayStation>
              <id>255</id>
              <id>255</id>
              <rdid>32</rdid>
          </radioPlayStation>
      </fn>
  </siresp>

 

back to index