writeEthernetSettings

public final Unit writeEthernetSettings(String transmissionProtocol, String ethernetIpAddress, String ethernetIpMask, String ethernetIpGateway, String ethernetIpDns, Integer ethernetIpPort, String ethernetIpServer)

save Ethernet settings to printer, parameter should be null if the printer does not support the settings or it shouldn't be changed

Parameters

transmissionProtocol

transmission protocol, following values are allowed: "ELZAB", "ELZABSTX", "THERMAL"

ethernetIpAddress

IPv4 address: 4 integers between 0 and 255, separated by dots, e.g. 192.168.0.1

ethernetIpMask

IPv4 address: 4 integers between 0 and 255, separated by dots, e.g. 192.168.0.1

ethernetIpGateway

IPv4 address: 4 integers between 0 and 255, separated by dots, e.g. 192.168.0.1

ethernetIpDns

DNS server for Ethernet interface: 4 integers between 0 to 255, separated by dots, e.g. 192.168.0.1

ethernetIpPort

IP port for Ethernet interface: number between 1 to 65534

ethernetIpServer

IP server address for Ethernet interface, given as IP address(e.g. 192.168.0.2) or a symbolic name (e.g. elzab.com) containing 1 to 134 characters