Class CardChannel

java.lang.Object
javax.smartcardio.CardChannel

public abstract class CardChannel extends Object
A logical channel connection to a Smart Card. It is used to exchange APDUs with a Smart Card. A CardChannel object can be obtained by calling the method Card.getBasicChannel() or Card.openLogicalChannel().
Since:
1.6
See Also: