Java javax.smartcardio CardTerminal fields, constructors, methods, implement or subclass

Example usage for Java javax.smartcardio CardTerminal fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.smartcardio CardTerminal.

The text is from its open source code.

Method

Cardconnect(String protocol)
Establishes a connection to the card.
StringgetName()
Returns the unique name of this terminal.
booleanisCardPresent()
Returns whether a card is present in this terminal.
booleanwaitForCardPresent(long timeout)
Waits until a card is present in this terminal or the timeout expires.