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

Table Of Contents
SSC Developer‘s guide for Digital 6000 | 34/57
SSC Method List (EM 6000)
8.109 /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"}}}}
8.110 /device/network/ipv4/static_netmask
This method sets and returns the IPv4 settings for IP netmask in manual mode.
type: Read/Write
value: String
Example:
Tx: {"device":{"network":{"ipv4":{"static_netmask":null}}}}
Rx: {"device":{"network":{"ipv4":{"static_netmask":"255.255.255.0"}}}}
8.111 /device/network/ipv4/static_gateway
This method sets and returns the IPv4 settings for IP gateway in manual mode.
type: Read/Write
value: String
Example:
Tx: {"device":{"network":{"ipv4":{"static_gateway":null}}}}
Rx: {"device":{"network":{"ipv4":{"static_gateway":"192.168.0.1"}}}}
8.112 /device/network/ipv4/ipaddr
This method returns the actual IP address for all modes.
type: Read-only
value: String
Example:
Tx: {"device":{"network":{"ipv4":{"ipaddr":null}}}}
Rx: {"device":{"network":{"ipv4":{"ipaddr":"192.168.0.1"}}}}
8.113 /device/network/ipv4/netmask
This method returns the actual IP netmask for all modes.
type: Read-only
value: String
Example:
Tx: {"device":{"network":{"ipv4":{"netmask":null}}}}
Rx: {"device":{"network":{"ipv4":{"netmask":"255.255.255.0"}}}}
8.114 /device/network/ipv4/gateway
This method returns the actual IP gateway for all modes.
type: Read/Write
value: String
Example:
Tx: {"device":{"network":{"ipv4":{"gateway":null}}}}
Rx: {"device":{"network":{"ipv4":{"gateway":"192.168.1.1"}}}}