Java Smart Card I/O

Uses of Class
javax.smartcardio.CardTerminals.State

Uses of CardTerminals.State in javax.smartcardio
 

Methods in javax.smartcardio that return CardTerminals.State
static CardTerminals.State CardTerminals.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CardTerminals.State[] CardTerminals.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in javax.smartcardio with parameters of type CardTerminals.State
abstract  List<CardTerminal> CardTerminals.list(CardTerminals.State state)
          Returns an unmodifiable list of all terminals matching the specified state.
 


Java Smart Card I/O