Click or drag to resize

PrinterStatusInfo Class

Class for getting the printer's current status information.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.Card.ContainersPrinterStatusInfo

Namespace:  Zebra.Sdk.Card.Containers
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
public class PrinterStatusInfo

The PrinterStatusInfo type exposes the following members.

Constructors
  NameDescription
Public methodPrinterStatusInfo
Initializes a new instance of the PrinterStatusInfo class
Top
Properties
  NameDescription
Public propertyAlarmInfo
Current printer alarm information.
Public propertyErrorInfo
Current printer error information.
Public propertyJobErrors
Number of job errors.
Public propertyJobsActive
Number of active jobs.
Public propertyJobsCancelled
Number of jobs cancelled.
Public propertyJobsComplete
Number of jobs completed.
Public propertyJobsPending
Number of pending jobs.
Public propertyJobsTotal
Total number of jobs
Public propertyNextJobId
Next job action ID.
Public propertyStatus
Current printer status.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Refer to ZebraCardErrors for a list of error codes and descriptions.
See Also