Class MacBaseboard
java.lang.Object
oshi.hardware.common.AbstractBaseboard
oshi.hardware.common.platform.mac.MacBaseboard
- All Implemented Interfaces:
Baseboard
Baseboard data obtained from ioreg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the baseboard manufacturer.getModel()Get the baseboard model.Get the baseboard serial number.Get the baseboard version.protected abstract IOKitProviderReturns the IOKit provider for this implementation.Queries platform baseboard information.Methods inherited from class AbstractBaseboard
toString
-
Constructor Details
-
MacBaseboard
protected MacBaseboard()Default constructor.
-
-
Method Details
-
getManufacturer
-
getModel
-
getVersion
-
getSerialNumber
-
ioKitProvider
Returns the IOKit provider for this implementation.- Returns:
- the IOKit provider
-
queryPlatform
-