Enum TicketStates
Translates ticket state byte to a state
Namespace: PTIRelianceLib.Protocol
Assembly: PTIRelianceLib.dll
Syntax
public enum TicketStates : int
Fields
Name | Description |
---|---|
Idle | Printer is sitting idle |
Presented | Paper is sitting at presenter |
Printing | Printer is printing |
Unknown | We don't know the state of the printer |
Unpresented | Printer is moving paper towards presenter |