TYBA






protocol.ClearPlayerResponse

ClearPlayerResponse

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerplayer id. starts at 1

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <clearPlayer>
              <id>1</id>
              <id>255</id>
          </clearPlayer>
      </fn>
  </siresp>

 

back to index