Class Adl.ADLODNPerformanceStatus
java.lang.Object
com.sun.jna.Structure
oshi.jna.platform.windows.Adl.ADLODNPerformanceStatus
- Enclosing interface:
Adl
@FieldOrder({"iCoreClock","iMemoryClock","iDCEFClock","iGFXClock","iUVDClock","iVCEClock","iGPUActivityPercent","iCurrentCorePerformanceLevel","iCurrentMemoryPerformanceLevel","iCurrentDCEFPerformanceLevel","iCurrentGFXPerformanceLevel","iUVDPerformanceLevel","iVCEPerformanceLevel","iCurrentBusSpeed","iCurrentBusLanes","iMaximumBusLanes","iVDDC","iVDDCI"})
public static class Adl.ADLODNPerformanceStatus
extends Structure
-
Nested Class Summary
Nested classes/interfaces inherited from class Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField -
Field Summary
FieldsModifier and TypeFieldDescriptionintintintintintintintintintintintintintintintintintintFields inherited from class Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
Field Details
-
iCoreClock
public int iCoreClock -
iMemoryClock
public int iMemoryClock -
iDCEFClock
public int iDCEFClock -
iGFXClock
public int iGFXClock -
iUVDClock
public int iUVDClock -
iVCEClock
public int iVCEClock -
iGPUActivityPercent
public int iGPUActivityPercent -
iCurrentCorePerformanceLevel
public int iCurrentCorePerformanceLevel -
iCurrentMemoryPerformanceLevel
public int iCurrentMemoryPerformanceLevel -
iCurrentDCEFPerformanceLevel
public int iCurrentDCEFPerformanceLevel -
iCurrentGFXPerformanceLevel
public int iCurrentGFXPerformanceLevel -
iUVDPerformanceLevel
public int iUVDPerformanceLevel -
iVCEPerformanceLevel
public int iVCEPerformanceLevel -
iCurrentBusSpeed
public int iCurrentBusSpeed -
iCurrentBusLanes
public int iCurrentBusLanes -
iMaximumBusLanes
public int iMaximumBusLanes -
iVDDC
public int iVDDC -
iVDDCI
public int iVDDCI
-
-
Constructor Details
-
ADLODNPerformanceStatus
public ADLODNPerformanceStatus()
-