Click or drag to resize

PrinterStatus Constructor

Constructs a PrinterStatus instance that can be used to determine the status of a printer.

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

Parameters

printerConnection
Type: Zebra.Sdk.CommConnection
Connection to the target printer
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs
Remarks
This will only query the printer's status upon creation. If the status needs to be updated see GetCurrentStatus
See Also