BaseboardImpl
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.
Author
N7ghtm4r3
Parameters
manufacturer
The manufacturer of the baseboard (e.g., ASUS, Gigabyte)
model
The model name or number of the baseboard
version
The version of the baseboard
serialNumber
The serial number of the baseboard