Example usage for Java javax.smartcardio Card fields, constructors, methods, implement or subclass
The text is from its open source code.
ATR | getATR() Returns the ATR of this card. |
CardChannel | getBasicChannel() Returns the CardChannel for the basic logical channel. |
String | getProtocol() Returns the protocol in use for this card. |
byte[] | transmitControlCommand(int controlCode, byte[] command) Transmits a control command to the terminal device. |