Added in Version 1.0.0
PrinterDelegate
The class that defines the printer status event
Constructor |
|
---|---|
Initialize object |
Property |
||
---|---|---|
Notify that the printer is ready |
() => void |
|
Notify that the printer has error |
() => void |
|
Notify that the printer paper is ready |
() => void |
|
Notify that the printer paper is near empty |
() => void |
|
Notify that the printer is out of paper |
() => void |
|
Notify that the printer cover is open |
() => void |
|
Notify that the printer cover is closed |
() => void |
|
Notify that a communication error occurred |
(error: StarIO10Error) => void |