FirmwareImpl
class FirmwareImpl(val manufacturer: String, val name: String, val description: String, val version: String, val releaseDate: String) : Firmware
Implementation of the Firmware
interface. This class provides details about the firmware, including its manufacturer, name, description, version, and release date.
Author
N7ghtm4r3
Parameters
manufacturer
The manufacturer of the firmware
name
The name of the firmware
description
A description of the firmware
version
The version of the firmware
releaseDate
The release date of the firmware