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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Constructs a new ScardContext from value pointed to by this instance.

    Methods inherited from class com.sun.jna.ptr.ByReference

    toString

    Methods inherited from class com.sun.jna.PointerType

    equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ScardContextByReference

      public ScardContextByReference()
  • Method Details