Package com.sun.jna.platform.win32
Class HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE.ByReference
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
com.sun.jna.platform.win32.HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE.ByReference
- All Implemented Interfaces:
NativeMapped
- Enclosing class:
- HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE
public static class HighLevelMonitorConfigurationAPI.MC_COLOR_TEMPERATURE.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.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
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
-