15
011:Danish
012:Swedish
013:Italian
014:Romanian
015:Norwegian
016:Finnish
017:Greek
018:Turkish
019:Arabic
020:Japanse
Network Setting
14
g
E1
Input Value: Byte1 - Byte2 - Byte3
…
Byte9
(1) Byte1=0x00: IP Setup Mode
Byte1=0x01: IP Address
Byte1=0x02: Get Subnet Mask
Byte1=0x03: Default Gateway
Byte1=0x04: Primary DNS
Byte1=0x05: Secondary DNS
Byte1=0x06: MAC Address
(2) Byte2~9 are reserved, should be 0x00.
Return value: Byte1 - Byte2 - Byte3
…
Byte9
The Byte1 at the return value should be the same as
the value of Byte1 at Input value. Byte2~Byte15 should
be hex value format
(1) If Byte1=0x00(IP Setup Mode) at Input value, the
return value should be
Byte1=0x00
Byte2=0x00: Manual
0x01: DHCP
Byte3~9 are reserved, should be 0x00.
(2) If Byte1=0x01(IP Address) at Input value, the return
value should be
Ex: IP address=169.254.81.38