Baseboard

interface Baseboard

Baseboard represents the information of the baseboard (also known as motherboard) of a system. It provides details about the manufacturer, model, version, and serial number of the baseboard. This interface is useful for hardware monitoring and identification tasks.

Author

N7ghtm4r3

Inheritors

BaseboardImpl

Properties

Link copied to clipboard
abstract val manufacturer: String

manufacturer the manufacturer of the baseboard (e.g., ASUS, Gigabyte)

Link copied to clipboard
abstract val model: String

model the model name or number of the baseboard

Link copied to clipboard
abstract val serialNumber: String

serialNumber the serial number of the baseboard

Link copied to clipboard
abstract val version: String

version the version of the baseboard