FirmwareUpdateStatus

The status of any firmware update currently in progress.

Inheritors

Types

Link copied to clipboard
data class InProgress(val updatePercentage: Int?) : ReaderInfo.FirmwareUpdateStatus

A firmware update is currently in progress.

Link copied to clipboard

No firmware update is currently in progress.

Link copied to clipboard
data class Pending(val updateDate: Date) : ReaderInfo.FirmwareUpdateStatus

A firmware update is pending. The reader will restart at the specified updateDate.