Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 21/109
SSC Method List (SL Rack Receiver DW)
8. SSC Method List (SL Rack Receiver DW)
8.1 /interface/version
Parameter type: String
Permission: Read only
Pre-condition: N.A.
Post-condition: N.A.
Description: SSC interface version.
Example:
TX: {"interface":{"version":null}}
RX: {"interface":{"version":"1.2"}}
8.2 /osc/xid
Parameter type: N.A.
Permission: N.A.
Pre-condition: N.A.
Post-condition: N.A.
Description: When an SSC Client calls the Method /osc/xid, the parameters supplied for the method
will be reflected back in the Method Reply of the SSC Server. This can be used by the client to keep
track of client-side per-server state.
Examples:
TX: {"osc":{"xid":1234567890,"ping":["AbCdEfGhIjKlMnOpQrStUvWxYz",3,
1415926535897932384626433832795]}}
RX: {"osc":{"ping":["AbCdEfGhIjKlMnOpQrStUvWxYz",3,
1415926535897932384626433832795],"xid":1234567890}}
TX: {"osc":{"xid":1234567890},"brightness":null}
RX: {"brightness":75,"osc":{"xid":1234567890}}
8.3 /osc/version
Parameter type: String.
Permission: Read only.
Pre-condition: N.A.
Post-condition: N.A.
Description: Reports the SSC version implemented in the server.
Example:
TX: {"osc":{"version":null}}
RX: {"osc":{"version":"1.0"}}
8.4 /osc/error
Parameter type: Number (limit range)
Permission: Read only
Pre-condition: N.A.
Post-condition: N.A.
Description: Read-only method. Typically, this method is not requested actively by the client, but the
server sends it as the SSC Method Reply to a faulty SSC Method Call.
The error message MUST contain an integer numeric value, the error code. The error code SHOULD
be chosen from the SSC Error List detailed in chapter ""9. SSC Error List (SL Rack Receiver DW)"".