Class SolarisPowerSource.BatteryReadings
java.lang.Object
oshi.hardware.common.platform.unix.solaris.SolarisPowerSource.BatteryReadings
- Enclosing class:
SolarisPowerSource
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 Summary
FieldsModifier and TypeFieldDescriptionlonglonglongbooleanlonglonglongbooleanlong -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bifValid
public boolean bifValid -
bifLastCap
public long bifLastCap -
bifDesignCap
public long bifDesignCap -
bifUnit
public long bifUnit -
bifModel
-
bifSerial
-
bifType
-
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()
-