protocol.ShuffleResponse
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 |
shf | no | 1 | enumeration | shuffle state: on/off/toggle |
Example xml:
<siresp> <cid>Mum</cid> <fn> <shuffle> <id>1</id> <shf>on</shf> </shuffle> </fn> </siresp>