Sound Control Protocol Digital 6000 (EM 6000 | L 6000)

Table Of Contents
SSC Developer‘s guide for Digital 6000 | 51/57
SSC Method List (L 6000)
11.41 /device/network/ether/interfaces
This method returns a list of all ethernet interfaces.
type: Read-only
value: [String]
Example:
Tx: {"device":{"network":{"ether":{"interfaces":null}}}}
Rx: {"device":{"network":{"ether":{"interfaces":["CONTROL"]}}}}
11.42 /device/network/ipv4/auto
This method sets or returns the IP mode "Auto". This settings configure the IP setting for the receiver
automatically. (true: use DHCP and ZeroConf (Auto-IP); false: set ip address/netmask/gateway man-
ually).
type: Read/Write
value: Boolean
Example:
Tx: {"device":{"network":{"ipv4":{"auto":null}}}}
Rx: {"device":{"network":{"ipv4":{"auto":true}}}}
11.43 /device/network/ipv4/mdns
This method sets and returns the mdns mode (auto discovery) of the receiver. This mode is an mdns
only network configuration without DHCP and ZeroConf (link local) (true: mdns active and set ip
address/netmask/gateway manually; false: manual mode active set ip address/netmask/gateway
manually).
type: Read/Write
value: Boolean
Example:
Tx: {"device":{"network":{"ipv4":{"mdns":null}}}}
Rx: {"device":{"network":{"ipv4":{"mdns":true}}}}
11.44 /device/network/ipv4/interfaces
This method returns a list of ipv4 interface indices.
type: Read-only
value: [Number]
Example:
Tx: {"device":{"network":{"ipv4":{"interfaces":null}}}}
Rx: {"device":{"network":{"ipv4":{"interfaces":[0]}}}}
11.45 /device/network/ipv4/static_ipaddr
This method sets and returns the IPv4 settings for IP address in manual mode.
type: Read/Write
value: String
Example:
Tx: {"device":{"network":{"ipv4":{"static_ipaddr":null}}}}
Rx: {"device":{"network":{"ipv4":{"static_ipaddr":"192.168.1.1"}}}}
11.46 /device/network/ipv4/static_netmask
This method sets and returns the IPv4 settings for IP netmask in manual mode.
type: Read/Write
value: String