Package apple.cryptotokenkit.enums
Class TKSmartCardSlotState
- java.lang.Object
-
- apple.cryptotokenkit.enums.TKSmartCardSlotState
-
public final class TKSmartCardSlotState extends java.lang.ObjectEnumerates all possible slot states.
-
-
Field Summary
Fields Modifier and Type Field Description static longEmptyThe slot is empty, no card is inserted.static longMissingSlot is no longer known to the system.static longMuteCardThe card inserted in the slot does not answer.static longProbingThe card was inserted into the slot and an initial probe is in progress.static longValidCardCard properly answered to reset.
-
-
-
Field Detail
-
Missing
public static final long Missing
Slot is no longer known to the system. This is terminal state for TKSmartCardSlot instance, once reached, the slot instance can never be revived.- See Also:
- Constant Field Values
-
Empty
public static final long Empty
The slot is empty, no card is inserted.- See Also:
- Constant Field Values
-
Probing
public static final long Probing
The card was inserted into the slot and an initial probe is in progress.- See Also:
- Constant Field Values
-
MuteCard
public static final long MuteCard
The card inserted in the slot does not answer.- See Also:
- Constant Field Values
-
ValidCard
public static final long ValidCard
Card properly answered to reset.- See Also:
- Constant Field Values
-
-