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: 3.0.3271
Syntax
public PrinterStatusMessages(
	PrinterStatus printerStatus
)

Parameters

printerStatus  PrinterStatus
an instance of PrinterStatus that will be used to acquire the human readable string of warnings/errors stored in printerStatus
See Also