Class TKSmartCardSlotState


  • public final class TKSmartCardSlotState
    extends java.lang.Object
    Enumerates all possible slot states.
    • Field Summary

      Fields 
      Modifier and Type Field 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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