PrinterStatus Constructor
|
Constructs a PrinterStatus instance that can be used to determine the status of a printer.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public PrinterStatus(
Connection printerConnection
)
Public Sub New (
printerConnection As Connection
)
public:
PrinterStatus(
Connection^ printerConnection
)
Parameters
- printerConnection Connection
- 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