Reader Firmware Info
data class ReaderFirmwareInfo(val version: String?, val updateStatus: ReaderInfo.FirmwareUpdateStatus)
Information about the reader's firmware.
Properties
Link copied to clipboard
The status of any firmware update currently in progress. If no update is in progress, this will be FirmwareUpdateStatus.None.