Device_Firmware

data class Device_Firmware(version: String, isDownloaded: Boolean, releaseDate: Long, isObsolete: Boolean) : Serializable

Stores information about the BluPOINT firmware files

Constructors

Device_Firmware
Link copied to clipboard
fun Device_Firmware(version: String, isDownloaded: Boolean, releaseDate: Long, isObsolete: Boolean)

Properties

isDownloaded
Link copied to clipboard
val isDownloaded: Boolean

Shows if the firmware file has been downloaded or not

isObsolete
Link copied to clipboard
val isObsolete: Boolean

Shows if the firmware version is obsolete or not

releaseDate
Link copied to clipboard
val releaseDate: Long

Date and time of release of the firmware

version
Link copied to clipboard
val version: String

Version of the firmware file