ReaderFirmwareInfo

data class ReaderFirmwareInfo(val version: String?, val updateStatus: ReaderInfo.FirmwareUpdateStatus)

Information about the reader's firmware.

Constructors

Link copied to clipboard
constructor(version: String?, updateStatus: ReaderInfo.FirmwareUpdateStatus)

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.

Link copied to clipboard

Unique identifier of the firmware currently installed on the reader. If the firmware version is not identifiable (e.g. magstripe readers), returns null.