Module de.gematik.smartcards.pcsc
Package de.gematik.smartcards.pcsc.lib
Class ScardContextByReference
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
de.gematik.smartcards.pcsc.lib.ScardContextByReference
- All Implemented Interfaces:
com.sun.jna.NativeMapped
public class ScardContextByReference
extends com.sun.jna.ptr.ByReference
PSCARDCONTEXT used for SCardEstablishContext.
Note: According to the needs of NativeMappedConverter.defaultValue() the
visibility of this class has to be "public".
- Author:
- gematik
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Constructs a newScardContextfrom value pointed to by this instance.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
-
ScardContextByReference
public ScardContextByReference()
-
-
Method Details
-
getValue
Constructs a newScardContextfrom value pointed to by this instance.- Returns:
- referenced
ScardContext
-