protocol.RadioPlayStationResponse
This response acts as an acknowledgment to its corresponding request.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | unbounded | integer | player id |
rdid | yes | 1 | database id | track id from database |
Example xml:
<siresp> <cid>Mum</cid> <fn> <radioPlayStation> <id>255</id> <id>255</id> <rdid>32</rdid> </radioPlayStation> </fn> </siresp>