Class ScardHandleByReference

java.lang.Object
com.sun.jna.PointerType
com.sun.jna.ptr.ByReference
de.gematik.smartcards.pcsc.lib.ScardHandleByReference
All Implemented Interfaces:
com.sun.jna.NativeMapped

public class ScardHandleByReference extends com.sun.jna.ptr.ByReference
Pointer to an ScardHandle.
Author:
gematik
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Constructs a new ScardHandle 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

    • ScardHandleByReference

      public ScardHandleByReference()
  • Method Details