Skip to content

NetPrinter

com.brother.ptouch.sdk.NetPrinter class stores information retrieved from the printer while it is connected by Wi-Fi.

Properties

modelName

Model name of the printer.

Declaration

String modelName;

Info

For TD-23XX series, modelName does not indentify the model. For example, if modelName is "TD-2350D". The model is either TD-2350D_203 or TD-2350D_300. Use setPrinterModelFromStatus to set the PrinterModel.

serNo

Serial number of the printer.

Declaration

String serNo;

ipAddress

IP address of the printer.

Declaration

String ipAddress;

macAddress

MAC address of the printer. (e.g. "01:23:45:67:89:AB")

Declaration

String macAddress;

nodeName

Node name of the printer.

Declaration

String nodeName;