Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 98/109
SSC Method List (CHG 2N/CHG 4N)
14.31 /device/network/ipv4/fixed_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 gate-
ways in EEPROM are used by the device if /device/network/ipv4/auto is set to false during start-up
of the device.
Example:
TX: {"device":{"network":{"ipv4":{"fixed_gateway":["192.168.1.1"]}}}}
RX: {"device":{"network":{"ipv4":{"fixed_gateway":["192.168.1.1"]}}}}
14.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]}}}}
14.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 array 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"]]}}}}