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

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

Introduction

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

The text is from its open source code.

Method

ATRgetATR()
Returns the ATR of this card.
CardChannelgetBasicChannel()
Returns the CardChannel for the basic logical channel.
StringgetProtocol()
Returns the protocol in use for this card.
byte[]transmitControlCommand(int controlCode, byte[] command)
Transmits a control command to the terminal device.