TYBA






protocol.ShuffleResponse

ShuffleResponse

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerplayer id
shfno1enumerationshuffle state: on/off/toggle

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <shuffle>
              <id>1</id>
              <shf>on</shf>
          </shuffle>
      </fn>
  </siresp>

 

back to index