TYBA






protocol.DeleteFromPlayerRequest

DeleteFromPlayerRequest

This request allows you to delete items from the supplied player queue/queues by index.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundeddatabase idplayer id
itemsno1lista list of indices to delete. zero based

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <deleteFromPlayer>
              <id>1</id>
              <id>2</id>
              <items>
                  <ix>0</ix>
                  <ix>455</ix>
                  <ix>2</ix>
                  <ix>65535</ix>
              </items>
          </deleteFromPlayer>
      </fn>
  </sireq>

 

back to index