Printer Status Codes
The PRINT_STATUS_RESULT extra in ACTION_GET_PRINT_STATUS_RESULT contains one of these integer codes:
Code | Name | Description |
|---|---|---|
|
| Printed successfully |
|
| Printer is busy |
|
| Out of paper |
|
| Print data packet format error |
|
| Printer malfunction |
|
| Printer is overheating |
|
| Printer voltage too low |
|
| Printing is unfinished |
|
| Cut jam error (E500, E800 only) |
|
| Cover open (E500, E800, SK600, SK800 only) |
|
| Font library not installed |
|
| Data package too large |
|
| Receipt bitmap was null |
|
| Printing failed unexpectedly |
|
| Unrecognised status code |
Use PrinterStatusCodes.fromCode(int) to map a code to its enum value.