Class FreeBsdGraphicsCard

java.lang.Object
oshi.hardware.common.AbstractGraphicsCard
oshi.hardware.platform.unix.freebsd.FreeBsdGraphicsCard
All Implemented Interfaces:
GraphicsCard

@Immutable final class FreeBsdGraphicsCard extends AbstractGraphicsCard
Graphics Card info obtained from pciconf
  • Field Details

  • Constructor Details

    • FreeBsdGraphicsCard

      FreeBsdGraphicsCard(String name, String deviceId, String vendor, String versionInfo, long vram)
      Constructor for FreeBsdGraphicsCard
      Parameters:
      name - The name
      deviceId - The device ID
      vendor - The vendor
      versionInfo - The version info
      vram - The VRAM
  • Method Details