TYBA






protocol.RepeatResponse

RepeatResponse

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerlist of player id's
repno1enumerationrepeat state: off/item/all

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <repeat>
              <id>1</id>
              <rep>ALL</rep>
          </repeat>
      </fn>
  </siresp>

 

back to index