Uses of Class
javax.smartcardio.CardTerminal
Packages that use CardTerminal
-
Uses of CardTerminal in javax.smartcardio
Methods in javax.smartcardio that return CardTerminal修饰符和类方法描述CardTerminals.getTerminal
(String name) Returns the terminal with the specified name or null if no such terminal exists.Methods in javax.smartcardio that return types with arguments of type CardTerminal修饰符和类方法描述CardTerminals.list()
Returns an unmodifiable list of all available terminals.abstract List
<CardTerminal> CardTerminals.list
(CardTerminals.State state) Returns an unmodifiable list of all terminals matching the specified state.