Added in Version 1.10.0

FirmwareUpdateDelegate

The class that defines the status event for the firmware update API

Constructor

FirmwareUpdateDelegate()

Initialize object

Property

Type

onFirmwareUpdateProgress

Notify that the state of firmware update progress is changed

(step: FirmwareUpdateStep) => void

onFirmwareUpdateTransmitComplete

Notify that completion of sending firmware data to printer

() => void

onFirmwareUpdateError

Notify that a error occurred

(error: StarIO10Error) => void