TYBA






protocol.GetPlayerTimeRequest

GetPlayerTimeRequest

This request allows you to get the current playing time for a particular player.

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

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <getPlayerTime>
              <id>45435434354343</id>
          </getPlayerTime>
      </fn>
  </sireq>

 

back to index