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 SummaryConstructorsConstructorDescriptionCreate an uninitialized referenceInstantiates a new reference.
- 
Method SummaryMethods inherited from class com.sun.jna.ptr.ByReferencetoStringMethods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
- 
Constructor Details- 
ByReferencepublic ByReference()Create an uninitialized reference
- 
ByReferenceInstantiates a new reference.- Parameters:
- value- the value
 
 
- 
- 
Method Details- 
setValueSets the value.- Parameters:
- value- the new value
 
- 
getValueGets the value.- Returns:
- the value
 
 
-