TYBA






protocol.AddAllToPlayerResponse

AddAllToPlayerResponse

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax Allowed DataTypeNotes
cidno1text client id. used to track origin of any particular message
idno1database id playlist id

Example xml:

 <sireq>
      <cid>Mum</cid>
      <fn>
          <addAllToPlayer>
              <id>1</id>
          </addAllToPlayer>
      </fn>
 </sireq>
 

back to index