Enum ErrorStatuses
Translates error byte to status
Namespace: PTIRelianceLib.Protocol
Assembly: PTIRelianceLib.dll
Syntax
public enum ErrorStatuses : byte
Fields
| Name | Description |
|---|---|
| CorruptFirmware | Reserved |
| Cutter | Cutter blade cannot move freely |
| Jammed | Printer is jammed |
| OverHeated | Printer is overheated |
| PlatenOpen | Printer lid (and by extension, head) are open |
| Unknown | Printer is reporting an unknown error |
| VoltageHigh | Printer is has too much voltage applied |
| VoltageLow | Printer has too little voltage applied |