protocol.GetServiceArtworkStatusResponse
This response acts as an acknowledgment to its corresponding request as well as containing a collection of statuses matching your request parameters.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
pid | no | 1 | text | player id |
rcv | no | 1 | text | relatve artwork link |
Example xml:
<siresp> <cid>Mum</cid> <fn> <getServiceArtworkStatus> <pid>1</pid> <rcv>/getAirplayArt/1</rcv> </getServiceArtworkStatus> </fn> </siresp>