Uses of Interface
oshi.hardware.Baseboard
Package
Description
[oshi-core API] Provides cross-platform implementation to retrieve hardware information such as CPU, Memory, Display,
Disks, Network Interfaces, Power Sources, Sensors, and USB Devices
Provides abstract classes for common code
Provides mappings for Unix-based operating systems
Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systems
-
Uses of Baseboard in oshi.hardware
Modifier and TypeMethodDescriptionComputerSystem.getBaseboard()
Get the computer system baseboard/motherboard. -
Uses of Baseboard in oshi.hardware.common
Modifier and TypeMethodDescriptionprotected abstract Baseboard
AbstractComputerSystem.createBaseboard()
Instantiates the platform-specificBaseboard
objectAbstractComputerSystem.getBaseboard()
-
Uses of Baseboard in oshi.hardware.platform.unix
Modifier and TypeClassDescriptionfinal class
Baseboard data obtained by a calling class -
Uses of Baseboard in oshi.hardware.platform.unix.openbsd