Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 31/109
SSC Method List (SL Rack Receiver DW)
8.32 /device/network/ipv6/interfaces
Parameter type: Number
Permission: Read only
Pre-condition: N.A.
Post-condition: N.A.
Description: Read-only array relating to /device/network/ether/interfaces. The array contains num-
bers indexing into the array of physical interface names. The interface index array contains the indi-
ces of all physical interfaces which share the IPv6 configuration.
Example:
TX: {"device":{"network":{"ipv6":{"interfaces":null}}}}
RX: {"device":{"network":{"ipv6":{"interfaces":[1]}}}}
8.33 /device/network/ipv6/ipaddr
Parameter type: String
Permission: Read only
Pre-condition: N.A.
Post-condition: N.A.
Description: Read-only array containing an arrary of all the IPv6 addresses of all the user-relevant
Ethernet interface of the device. The order of the list matches /device/network/ether/interfaces.
The IPv6 addresses are specified as strings in standard notation. Each IPv6 network interface can
contain maximal 3 IPv6 addresses.
Example:
TX: {"device":{"network":{"ipv6":{"ipaddr":null}}}}
RX: {"device":{"network":{"ipv6":{"ipaddr":[["fe80::21b:66ff:fe7d
:f899","2001:db8::b2f4:4bff:fa71:1a56"]]}}}}
8.34 /device/network/mdns_responder
Parameter type: Boolean
Permission: Read/Write, Subscribe-able
Pre-condition: N.A.
Post-condition: The change has effect after restart of the device.
Description: Method to retrieve/modify the setting to enable/disable mDNS. This parameter is relat-
ed to the sRX1 UI menu item "mDNS" under "Network Settings".
Example:
TX: {"device":{"network":{"mdns_responder":null}}}
RX: {"device":{"network":{"mdns_responder":true}}}