Package-level declarations

Types

Link copied to clipboard
class BaseboardImpl(val manufacturer: String, val model: String, val version: String, val serialNumber: String) : Baseboard

Implementation of the Baseboard interface. This class provides details about the baseboard (also known as motherboard) of the system, including the manufacturer, model, version, and serial number.

Link copied to clipboard
class ComputerSystemImpl(val computerSystemInfo: ComputerSystem) : ComputerSystem

Implementation of the ComputerSystem interface. This class provides the system's details, such as manufacturer, model, serial number, hardware UUID, firmware, and baseboard information.

Link copied to clipboard
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.