public final class LoggingCardTerminal.LoggingCard.LoggingCardChannel
extends javax.smartcardio.CardChannel
| Constructor and Description |
|---|
LoggingCardChannel(javax.smartcardio.Card card) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
javax.smartcardio.Card |
getCard() |
int |
getChannelNumber() |
int |
transmit(ByteBuffer cmd,
ByteBuffer rsp) |
javax.smartcardio.ResponseAPDU |
transmit(javax.smartcardio.CommandAPDU apdu) |
public void close()
throws javax.smartcardio.CardException
close in class javax.smartcardio.CardChanneljavax.smartcardio.CardExceptionpublic javax.smartcardio.Card getCard()
getCard in class javax.smartcardio.CardChannelpublic int getChannelNumber()
getChannelNumber in class javax.smartcardio.CardChannelpublic javax.smartcardio.ResponseAPDU transmit(javax.smartcardio.CommandAPDU apdu)
throws javax.smartcardio.CardException
transmit in class javax.smartcardio.CardChanneljavax.smartcardio.CardExceptionpublic int transmit(ByteBuffer cmd, ByteBuffer rsp) throws javax.smartcardio.CardException
transmit in class javax.smartcardio.CardChanneljavax.smartcardio.CardExceptionCopyright © 2019. All rights reserved.