public class JCSCardChannel extends CardChannel
| Constructor and Description |
|---|
JCSCardChannel(JCSCard card,
int channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Do nothing.
|
Card |
getCard() |
int |
getChannelNumber() |
int |
transmit(ByteBuffer bb,
ByteBuffer bb1) |
ResponseAPDU |
transmit(CommandAPDU capdu) |
public JCSCardChannel(JCSCard card, int channel)
public Card getCard()
getCard in class CardChannelpublic int getChannelNumber()
getChannelNumber in class CardChannelpublic ResponseAPDU transmit(CommandAPDU capdu) throws CardException
transmit in class CardChannelCardExceptionpublic int transmit(ByteBuffer bb, ByteBuffer bb1) throws CardException
transmit in class CardChannelCardExceptionpublic void close()
throws CardException
close in class CardChannelCardException