Example usage for Java javax.smartcardio CardTerminal fields, constructors, methods, implement or subclass
The text is from its open source code.
Card | connect(String protocol) Establishes a connection to the card. |
String | getName() Returns the unique name of this terminal. |
boolean | isCardPresent() Returns whether a card is present in this terminal. |
boolean | waitForCardPresent(long timeout) Waits until a card is present in this terminal or the timeout expires. |