Click or drag to resize

PrinterStatusMessages Constructor

Used to acquire a human readable string of the current errors/warnings stored in printerStatus

Namespace:  Zebra.Sdk.Printer
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public PrinterStatusMessages(
	PrinterStatus printerStatus
)

Parameters

printerStatus
Type: Zebra.Sdk.PrinterPrinterStatus
an instance of PrinterStatus that will be used to acquire the human readable string of warnings/errors stored in printerStatus
See Also