< prev index next >

src/java.smartcardio/share/classes/javax/smartcardio/CardTerminal.java

Print this page

        

*** 81,90 **** --- 81,91 ---- * using the specified protocol or if a connection has previously been * established using a different protocol * @throws SecurityException if a SecurityManager exists and the * caller does not have the required * {@linkplain CardPermission permission} + * @return the card the connection has been established with */ public abstract Card connect(String protocol) throws CardException; /** * Returns whether a card is present in this terminal.
< prev index next >