Class SolarisPowerSource.BatteryReadings

java.lang.Object
oshi.hardware.common.platform.unix.solaris.SolarisPowerSource.BatteryReadings
Enclosing class:
SolarisPowerSource

public static final class SolarisPowerSource.BatteryReadings extends Object
Raw values read from the battery BIF0 (info) and battery BST0 (state) kstats. Each block has a validity flag set only when its kstat was read successfully.
  • Field Details

    • bifValid

      public boolean bifValid
    • bifLastCap

      public long bifLastCap
    • bifDesignCap

      public long bifDesignCap
    • bifUnit

      public long bifUnit
    • bifModel

      public String bifModel
    • bifSerial

      public String bifSerial
    • bifType

      public String bifType
    • bifOemInfo

      public String bifOemInfo
    • bstValid

      public boolean bstValid
    • bstRemCap

      public long bstRemCap
    • bstRate

      public long bstRate
    • bstState

      public long bstState
    • bstVoltage

      public long bstVoltage
  • Constructor Details

    • BatteryReadings

      public BatteryReadings()