Package com.sun.jna.platform.win32
Class LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE.ByReference
- java.lang.Object
- 
- com.sun.jna.PointerType
- 
- com.sun.jna.ptr.ByReference
- 
- com.sun.jna.platform.win32.LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE.ByReference
 
 
 
- 
- All Implemented Interfaces:
- NativeMapped
 - Enclosing class:
- LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE
 
 public static class LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE.ByReference extends ByReference Defines a Reference to the enum
- 
- 
Constructor SummaryConstructors Constructor Description ByReference()Create an uninitialized referenceByReference(LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE value)Instantiates a new reference.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPEgetValue()Gets the value.voidsetValue(LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE value)Sets the value.- 
Methods inherited from class com.sun.jna.ptr.ByReferencetoString
 - 
Methods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
 
- 
 
- 
- 
- 
Constructor Detail- 
ByReferencepublic ByReference() Create an uninitialized reference
 - 
ByReferencepublic ByReference(LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE value) Instantiates a new reference.- Parameters:
- value- the value
 
 
- 
 - 
Method Detail- 
setValuepublic void setValue(LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE value) Sets the value.- Parameters:
- value- the new value
 
 - 
getValuepublic LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE getValue() Gets the value.- Returns:
- the value
 
 
- 
 
-