TYBA






protocol.GetRadioStatusRequest

GetRadioStatusRequest

This request allows you to get the current player status for of 1 or many players.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerlist of player id's

Example xml:


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

 

back to index