Device_Firmware
public class Device_Firmware : Codable
This class provides the firmware details and also the state whether it is downloaded on the given BluPOINT device.
-
Version of the firmware file.
Declaration
Swift
public let version: String -
Shows if the firmware file has been downloaded or not.
Declaration
Swift
public let isDownloaded: Bool -
Date and time of release of the firmware
Declaration
Swift
public let releaseDate: Int64 -
Shows if the firmware version is obsolete or not
Declaration
Swift
public let isObsolete: Bool
Device_Firmware Class Reference