3.7. PortInfo¶
This class holds information and model information for connecting to the Star printer.
Member
Name
Contents
Acquires the printer port name.
Get the Mac address of the printer.
Get the model name of the printer.
Get the USB serial number of the printer of the USB interface.
3.7.2. MacAddress¶
Get the Mac address of the printer.
Declaration
public string MacAddress { get; }
3.7.3. ModelName¶
Get the model name of the printer.
Refer to The printer model names included in the PortInfo .
Declaration
public string ModelName { get; }
3.7.4. USBSerialNumber¶
Get the USB serial number of the printer of the USB interface.
Declaration
public string USBSerialNumber { get; }