java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
de.gematik.smartcards.pcsc.lib.DwordByReference
- All Implemented Interfaces:
com.sun.jna.NativeMapped
public final class DwordByReference
extends com.sun.jna.ptr.ByReference
Pointer to a DWORD (LPDWORD) type used by WinSCard.h.
Note: According to the needs of NativeMappedConverter.defaultValue() the
visibility of this class has to be "public".
- Author:
- gematik
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor results in a "pointer" to aDwordwith value 0.DwordByReference(Dword value) Comfort constructor. -
Method Summary
Methods inherited from class com.sun.jna.ptr.ByReference
toStringMethods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
-
Constructor Details
-
DwordByReference
public DwordByReference()Default constructor results in a "pointer" to aDwordwith value 0.Note: According to requirements of
NativeMappedConverter.defaultValue()a public no-arg constructor is needed in this class. -
DwordByReference
Comfort constructor.- Parameters:
value- to be referenced
-
-
Method Details