TYBA






protocol.PlayResponse

PlayResponse

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerplayer id
ixyes1integerindex in player queue, zero based
ctmyes1integertime in seconds

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <play>
              <id>255</id>
              <id>1</id>
              <ix>32</ix>
              <ctm>7</ctm>
          </play>
      </fn>
  </siresp>

 

back to index