Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 61/109
SSC Method List (SL Multi-Channel Receiver DW)
Pre-condition: N.A.
Post-condition: N.A.
Description: An array containing a list of the stored IPv4 netmasks in EEPROM of all the user-relevant
Ethernet interface of the device. The order of the list matches /device/network/ether/interfaces.
The IPv4 addresses are specified as strings in standard dot-decimal notation. The stored IPv4 ad-
dresses in EEPROM are immediately used by the device if /device/network/ipv4/auto is set to false.
Example:
TX: {"device":{"network":{"ipv4":{"manual_netmask":["255.255.255.0"]}}}}
RX: {"device":{"network":{"ipv4":{"manual_netmask":["255.255.255.0"]}}}}
11.37 /device/network/ipv4/manual_gateway
Parameter type: String
Permission: Read/Write, Subscribe-able
Pre-condition: N.A.
Post-condition: N.A.
Description: An array containing a list of the stored IPv4 gateways in EEPROM of all the user-relevant
Ethernet interface of the device. The order of the list matches /device/network/ether/interfaces.
The IPv4 addresses are specified as strings in standard dot-decimal notation. The stored IPv4 ad-
dresses in EEPROM are immediately used by the device if /device/network/ipv4/auto is set to false.
Example:
TX: {"device":{"network":{"ipv4":{"manual_gateway":["192.168.1.1"]}}}}
RX: {"device":{"network":{"ipv4":{"manual_gateway":["192.168.1.1"]}}}}
11.38 /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]}}}}
11.39 /device/network/ipv6/ipaddr
Parameter type: String
Permission: Read only, Subscribe-able
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:fec3:51cd%eth0"] }}}}