Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 36/109
SSC Method List (SL Rack Receiver DW)
Post-condition: The change has immediate effect.
Description: Method to set mute mode.
Example:
TX: {"rx1":{"mute_mode":2}}
RX: {"rx1":{"mute_mode":2}}
8.51 /rx1/mute_state
Parameter type: Boolean
Permission: Read/Write, Subscribe-able
Pre-condition: N.A.
Post-condition: The change has immediate effect.
Description: Method to set and get mute state.
Example:
TX: {"rx1":{"mute_state":null}}
RX: {"rx1":{"mute_state":true}}
8.52 /mates/active
Parameter type: Boolean
Permission: Read only, Subscribe-able
Pre-condition: N.A.
Post-condition: N.A.
Description: Method to get active mates. Returns ["tx1"] if the sRX1 has an established link with a
transmitter, else it returns [].
Example:
TX: {"mates":{"active":null}}
RX: {"mates":{"active":["tx1"]}}
8.53 /mates/tx1/device_type
Parameter type: Number (limit range)
Permission: Read, Subscribe-able
Pre-condition: /mates/tx1 must be active.
Post-condition: NA.
Description: Method to retrieve the transmitter type.
Index Description
0 Handheld
1 Bodypack
2 Tablestand
3 Boundary
Example:
TX: {"mates":{"tx1":{"device_type":null}}}
RX: {"mates":{"tx1":{"device_type":2}}}
8.54 /mates/tx1/bat_type
Parameter type: Number (limit range)
Permission: Read only, Subscribe-able