Class PowrProf.BATTERY_QUERY_INFORMATION

java.lang.Object
com.sun.jna.Structure
oshi.jna.platform.windows.PowrProf.BATTERY_QUERY_INFORMATION
All Implemented Interfaces:
AutoCloseable
Enclosing interface:
PowrProf

@FieldOrder({"BatteryTag","InformationLevel","AtRate"}) public static class PowrProf.BATTERY_QUERY_INFORMATION extends Structure implements AutoCloseable
  • Field Details

    • BatteryTag

      public int BatteryTag
    • InformationLevel

      public int InformationLevel
    • AtRate

      public int AtRate
  • Constructor Details

    • BATTERY_QUERY_INFORMATION

      public BATTERY_QUERY_INFORMATION()
  • Method Details