TYBA






protocol.NextRequest

NextRequest

This request allows you tell the specified players to advance to next song in the queue.

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

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <next2>
              <id>255</id>
              <id>255</id>
          </next2>
      </fn>
  </sireq>

 

back to index