TYBA






protocol.PlayTrackResponse

PlayTrackResponse

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerplayer id
tridyes1database idtrack id from database
ctmyes1integertime in seconds

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <playTrack>
              <id>255</id>
              <id>255</id>
              <trid>32</trid>
              <ctm>7</ctm>
          </playTrack>
      </fn>
  </siresp>

 

back to index