Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 68/109
SSC Method List (SL Multi-Channel Receiver DW)
11.63 /rx1/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 8 characters.
Post-condition: The change has immediate effect.
Description: User-settable persistent channel name. This name should be the preferred, and most
convenient way for the customer to identify devices. If the connected device has a display, this name
will be displayed there.
Example:
TX: {"rx1":{"name":null}}
RX: {"rx1":{"name":"rx1"}}
11.64 /rx1/master_follower/sync_info
Parameter type: String
Permission: Read only, Subscribe-able
Pre-condition: N.A.
Post-condition: N.A.
Description: Method to retrieve the Sync information of the SLMCRDW channel
Option Description
NOT_SYNCED Channel not synced to the system
MASTER Channel is Master of the system
FOLLOWER Channel is Follower of the system
UNSYNCED_FOLLOWER Channel lost synchronisation to its Master
Examples:
TX: {"rx1":{"master_follower":{"sync_info":null}}}
RX: {"rx1":{"master_follower":{"sync_info":"MASTER"}}}
11.65 /rx1/rfpi
Parameter type: String
Permission: Read only, Subscribe-able
Pre-condition: N.A.
Post-condition: N.A.
Description: Returns the RFPI of the SLMCRDW channel.
Examples:
TX: {"rx1":{"rfpi":null}}
RX: {"rx1":{"rfpi":"028112cf28"}}
11.66 /rx1/last_paired_ipei
Parameter type: String
Permission: Read only, Subscribe-able