TYBA






protocol.ShuffleRequest

ShuffleRequest

This request allows you tell set the specified players shuffle state.

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

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <shuffle>
              <id>1</id>
              <shf>toggle</shf>
          </shuffle>
      </fn>
  </sireq>

 

back to index