java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
de.gematik.smartcards.pcsc.lib.ScardHandle
- All Implemented Interfaces:
com.sun.jna.NativeMapped,Serializable
public class ScardHandle
extends com.sun.jna.IntegerType
The
SCARDHANDLE type defined in pcsclite.h.in.
It represents a connection to a card.
- Author:
- gematik
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.IntegerType
compare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNativeMethods inherited from class java.lang.Number
byteValue, shortValue
-
Constructor Details
-
ScardHandle
public ScardHandle()Default constructor.Constructs a handle with value 0. Default-constructor.
Note: According to the needs of
NativeMappedConverter.defaultValue()the visibility of this constructor has to be "public".
-
-
Method Details
-
toString
Return string representation.- Overrides:
toStringin classcom.sun.jna.IntegerType- Returns:
- simple name of this class concatenated with the hex-value enclosed in curly brackets, e.g. "Handle{1a2b3c4d}"
- See Also:
-