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.15.2634
Syntax public PrinterStatus(
Connection printerConnection
)
Public Sub New (
printerConnection As Connection
)
public:
PrinterStatus(
Connection^ printerConnection
)
Parameters
- printerConnection
- Type: Zebra.Sdk.CommConnection
Connection to the target printer
Exceptions Remarks
This will only query the printer's status upon creation. If the status needs to be updated see
GetCurrentStatusSee Also