Class OpenBsdGraphicsCard
java.lang.Object
oshi.hardware.common.AbstractGraphicsCard
oshi.hardware.platform.unix.openbsd.OpenBsdGraphicsCard
- All Implemented Interfaces:
GraphicsCard
Graphics Card info obtained from pciconf
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOpenBsdGraphicsCard
(String name, String deviceId, String vendor, String versionInfo, long vram) Constructor for OpenBsdGraphicsCard -
Method Summary
Modifier and TypeMethodDescriptionstatic List
<GraphicsCard> public method used byAbstractHardwareAbstractionLayer
to access the graphics cards.Methods inherited from class oshi.hardware.common.AbstractGraphicsCard
getDeviceId, getName, getVendor, getVersionInfo, getVRam, toString
-
Field Details
-
PCI_CLASS_DISPLAY
- See Also:
-
PCI_DUMP_HEADER
-
-
Constructor Details
-
OpenBsdGraphicsCard
Constructor for OpenBsdGraphicsCard- Parameters:
name
- The namedeviceId
- The device IDvendor
- The vendorversionInfo
- The version infovram
- The VRAM
-
-
Method Details
-
getGraphicsCards
public method used byAbstractHardwareAbstractionLayer
to access the graphics cards.- Returns:
- List of
invalid reference
oshi.hardware.platform.unix.freebsd.OpenBsdGraphicsCard
-