BLEFirmware

class BLEFirmware(val product: String, val version: String, val firmwareUrl: Uri)

Represents firmware information for a BLE device update.

This class encapsulates the metadata and location information needed to identify and retrieve a specific firmware version for a BLE device. It includes information about the target product, version identifier, and the download location.

Constructors

Link copied to clipboard
constructor(product: String, version: String, firmwareUrl: Uri)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URI from which the firmware binary can be downloaded.

Link copied to clipboard

The product identifier for which this firmware is intended.

Link copied to clipboard

The version string of the firmware.