Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 97/109
SSC Method List (CHG 2N/CHG 4N)
Description: Read-only array containing a list of the current IPv4 netmasks of all the user-relevant
Ethernet interface of the device. The order of the list matches /device/network/ether/interfaces.
The IPv4 netmasks are specified as strings in standard dot-decimal notation.
Example:
TX: {"device":{"network":{"ipv4":{"netmask":null}}}}
RX: {"device":{"network":{"ipv4":{"netmask":["255.255.255.0"]}}}}
14.28 /device/network/ipv4/gateway
Parameter type: String
Permission: Read only
Pre-condition: N.A.
Post-condition: N.A.
Description: Read-only array containing a list of the IPv4 gateways of all the user-relevant Ethernet
interface of the device. The order of the list matches /device/network/ether/interfaces. The IPv4
gateways are specified as strings in standard dot-decimal notation.
Example:
TX: {"device":{"network":{"ipv4":{"gateway":null}}}}
RX: {"device":{"network":{"ipv4":{"gateway":["192.168.1.1"]}}}}
14.29 /device/network/ipv4/fixed_ipaddr
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 addresses in EEPROM of all the user-rel-
evant Ethernet interface of the device. The order of the list matches /device/network/ether/inter-
faces. The IPv4 addresses are specified as strings in standard dot-decimal notation. The stored IPv4
addresses 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_ipaddr":["192.168.1.203"]}}}}
RX: {"device":{"network":{"ipv4":{"fixed_ipaddr":["192.168.1.203"]}}}}
14.30 /device/network/ipv4/fixed_netmask
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 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 net-
masks 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_netmask":["255.255.255.0"]}}}}
RX: {"device":{"network":{"ipv4":{"fixed_netmask":["255.255.255.0"]}}}}