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: 3.0.3271
Syntax
public PrinterStatus(
	Connection printerConnection
)

Parameters

printerConnection  Connection
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