Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 69/109
SSC Method List (SL Multi-Channel Receiver DW)
Pre-condition: N.A.
Post-condition: N.A.
Description: Returns the IPEI of the (last) connected portable device.
Examples:
TX: {"rx1":{"last_paired_ipei":null}}
RX: {"rx1":{"last_paired_ipei":"028110a938"}}
11.67 /rx1/warnings
Parameter type: String
Permission: Read only, Subscribe-able
Pre-condition: Link must be established between transmitter and SLMCRDW channel.
Post-condition: N.A.
Description: Method to get SLMCRDW warnings for the channel. Supported warnings are "" if there
is no warning, "HW Failure" in case during device start-up a HW failure is detected, "Bad Link" if the
connection between the transmitter and SLMCRDW channel is bad, "No Link" if there is no trans-
mitter connected with the SLMCRDW channel or "No FW Image" if the SLMCRDW cannot find a
firmware image to update the connected transmitter via FWU_OTA or "TX OTA FWU failed" if a failure
occurred during the firmware update of the connected transmitter.
Example:
TX: {"rx1":{"warnings":null}}
RX: {"rx1":{"warnings":["Bad Link"]}}
11.68 /mates/tx1/acoustic
Parameter type: String
Permission: Read only, Subscribe-able
Pre-condition: Link must be established between transmitter and SLMCRDW.
Post-condition: N.A.
Description: Method to get the acoustic input type of mate "tx1". Support transmitters are: "Mic",
"Line", "MME865", "MD42", "MMD945", "MMD935", "MMD845", "MMD835", "MMD815_1", "MMK965s",
"MMK965c", "BOUNDARY" and "GOOSENECK". When a not supported capsule is connected "INCOM-
PATIBLE" will be returned, and if there is no capsule connected "" will be returned.
Examples:
Not connected with a transmitter:
TX: {"mates":{"tx1":{"acoustic":null}}}
RX: {"mates":{"tx1":{"acoustic":""}}}
Connected with an MD 42:
TX: {"mates":{"tx1":{"acoustic":null}}}
RX: {"mates":{"tx1":{"acoustic":"MD42"}}}
11.69 /mates/tx1/active
Parameter type: Boolean
Permission: Read only, Subscribe-able
Pre-condition: N.A.
Post-condition: N.A.
Description: Method to get active mates. Returns "true" if the SLMCRDW channel has an established
link with a transmitter, else it returns "false".
Example:
TX: {"mates":{"tx1":{"active":null}}}
RX: {"mates":{"tx1":{"active":true}}}