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 Summary
ConstructorsConstructorDescriptionCreate an uninitialized referenceInstantiates a new reference. -
Method Summary
Methods inherited from class com.sun.jna.ptr.ByReference
toString
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
-
Constructor Details
-
ByReference
public ByReference()Create an uninitialized reference -
ByReference
Instantiates a new reference.- Parameters:
value
- the value
-
-
Method Details
-
setValue
Sets the value.- Parameters:
value
- the new value
-
getValue
Gets the value.- Returns:
- the value
-