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.1989
Syntaxpublic 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 
GetCurrentStatus
See Also