Class PowrProf.ProcessorPowerInformation

java.lang.Object
com.sun.jna.Structure
oshi.jna.platform.windows.PowrProf.ProcessorPowerInformation
Enclosing interface:
PowrProf

@FieldOrder({"number","maxMhz","currentMhz","mhzLimit","maxIdleState","currentIdleState"}) public static class PowrProf.ProcessorPowerInformation extends Structure
Contains information about a processor.
  • Field Details

    • number

      public int number
    • maxMhz

      public int maxMhz
    • currentMhz

      public int currentMhz
    • mhzLimit

      public int mhzLimit
    • maxIdleState

      public int maxIdleState
    • currentIdleState

      public int currentIdleState
  • Constructor Details

    • ProcessorPowerInformation

      public ProcessorPowerInformation(Pointer p)
    • ProcessorPowerInformation

      public ProcessorPowerInformation()