Package com.sun.jna.platform.win32
Klasse WinDef.USHORTByReference
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
com.sun.jna.platform.win32.WinDef.USHORTByReference
- Alle implementierten Schnittstellen:
NativeMapped
- Umschließende Schnittstelle:
WinDef
The Class USHORTByReference.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungInstantiates a new USHORT by reference.USHORTByReference
(short value) Instantiates a new USHORT by reference.USHORTByReference
(WinDef.USHORT value) Instantiates a new USHORT by reference. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetValue()
Gets the value.void
setValue
(WinDef.USHORT value) Sets the value.Von Klasse geerbte Methoden com.sun.jna.ptr.ByReference
toString
Von Klasse geerbte Methoden com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
-
Konstruktordetails
-
USHORTByReference
public USHORTByReference()Instantiates a new USHORT by reference. -
USHORTByReference
Instantiates a new USHORT by reference.- Parameter:
value
- the value
-
USHORTByReference
public USHORTByReference(short value) Instantiates a new USHORT by reference.- Parameter:
value
- the value
-
-
Methodendetails
-
setValue
Sets the value.- Parameter:
value
- the new value
-
getValue
Gets the value.- Gibt zurück:
- the value
-