public final class TKSmartCardSlotState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Empty
The slot is empty, no card is inserted.
|
static long |
Missing
Slot is no longer known to the system.
|
static long |
MuteCard
The card inserted in the slot does not answer.
|
static long |
Probing
The card was inserted into the slot and an initial probe is in progress.
|
static long |
ValidCard
Card properly answered to reset.
|
public static final long Missing
public static final long Empty
public static final long Probing
public static final long MuteCard
public static final long ValidCard