Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 55/109
SSC Method List (SL Multi-Channel Receiver DW)
Examples:
TX: {"osc":{"state":{"prettyprint":null}}}
RX: {"osc":{"state":{"prettyprint":false}}}
TX: {"device":{"name":null}}
RX: {"device":{"name":"example device"}}
11.14 /osc/ping
Parameter type: String.
Permission: Read/Write.
Pre-condition: N.A.
Post-condition: N.A.
Description: Used by a SSC client to ensure that the connection to the SSC server is maintained.
Example:
TX: {"osc":{"ping":null}}
RX: {"osc":{"ping":null}}
11.15 /device/name
Parameter type: String
Permission: Read/Write, Subscribe-able
Pre-condition: : A reduced charset is supported: ‘0’-‘9’, ‘-‘, ‘_’, ‘A’-‘Z’ and ‘a’-‘z’, and following rules
should be followed:
1. A device name SHOULD start only with a letter.
2. A device name MAY end with a letter or a number.
3. A device name SHOULD NOT start or end with a ‘-’ (dash) or ‘_’ (underscore).
4. A device name MAY be up to 29 characters.
Post-condition: The change has immediate effect.
Description: User-settable persistent device name. This name should be the preferred, and most
convenient way for the customer to identify devices. If the device has a display, this name should be
displayed there; if it has a menu, this name should be configurable.
If the device is networked, this name shall be used as the name for device discovery. If device dis-
covery automatically renames the device to resolve naming conflicts, this should be reflected in this
property as well as in the display of the device.
Example:
TX: {"device":{"name":null}}
RX: {"device":{"name":"SLDW4CH"}}
11.16 /device/dante/name
Parameter type: String
Permission: Read/Write, Subscribe-able
Pre-condition: The Dante name MAY be up to 16 characters long.
Post-condition: The change has immediate effect.
Description: User-settable Dante Network name for identification.
Example:
TX: {"device":{"dante":{"name":null}}}
RX: {"device":{"dante":{"name":"SLMCR4-c351cb"}}}