Sound Control Protocol for ew D1

Table Of Contents
SSC Developer‘s guide for evolution wireless D1 | 39/56
SSC Method List
8.21 /device/network/ether/macs
Parameter type: String
Permission: Read only
Pre-condition: N.A.
Post-condition: N.A.
Description: Read-only array containing a list of the MAC addresses of all the user-relevant Ethernet
interface of the device. The order of the list matches /device/network/ether/interfaces. The MAC
addresses are specified as strings in standard hex-colon-notation.
Example:
TX: {"device":{"network":{"ether":{"macs":null}}}}
RX: {"device":{"network":{"ether":{"macs":["00:1B:66:7D:F8:99"]}}}}
8.22 /device/network/ipv4/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 IPv4 configuration.
Example:
TX: {"device":{"network":{"ipv4":{"interfaces":null}}}}
RX: {"device":{"network":{"ipv4":{"interfaces":[1]}}}}
8.23 /device/network/ipv4/auto
Parameter type: Boolean
Permission: Read/Write
Pre-condition: N.A.
Post-condition: N.A.
Description: Array containing a list of boolean values that indicates whether IPv4 shall be configured
automatically by means of DHCP and ZeroConf (Auto-IP) of all the user-relevant Ethernet interface of
the device. The order of the list matches /device/network/ether/interfaces. If the value is set to false
the values of /device/network/ipv4/fixed_ipaddr, /device/network/ipv4/fixed_ipaddr and /device/
network/ipv4/fixed_ipaddr will be used during target initialization at start-up. A value change takes
effect after device reset!
Example:
TX: {"device":{"network":{"ipv4":{"auto":null}}}}
RX: {"device":{"network":{"ipv4":{"auto":[true]}}}}
8.24 /device/network/ipv4/ipaddr
Parameter type: String
Permission: Read only
Pre-condition: N.A.
Post-condition: N.A.
Description: Read-only array containing a list of the current IPv4 addresses 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.