public final class LoggingCardTerminal.LoggingCard
extends javax.smartcardio.Card
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingCardTerminal.LoggingCard.LoggingCardChannel |
| Modifier and Type | Method and Description |
|---|---|
void |
beginExclusive() |
void |
disconnect(boolean arg0) |
void |
endExclusive() |
javax.smartcardio.ATR |
getATR() |
javax.smartcardio.CardChannel |
getBasicChannel() |
String |
getProtocol() |
javax.smartcardio.CardChannel |
openLogicalChannel() |
byte[] |
transmitControlCommand(int arg0,
byte[] arg1) |
public void beginExclusive()
throws javax.smartcardio.CardException
beginExclusive in class javax.smartcardio.Cardjavax.smartcardio.CardExceptionpublic void disconnect(boolean arg0)
throws javax.smartcardio.CardException
disconnect in class javax.smartcardio.Cardjavax.smartcardio.CardExceptionpublic void endExclusive()
throws javax.smartcardio.CardException
endExclusive in class javax.smartcardio.Cardjavax.smartcardio.CardExceptionpublic javax.smartcardio.ATR getATR()
getATR in class javax.smartcardio.Cardpublic javax.smartcardio.CardChannel getBasicChannel()
getBasicChannel in class javax.smartcardio.Cardpublic String getProtocol()
getProtocol in class javax.smartcardio.Cardpublic javax.smartcardio.CardChannel openLogicalChannel()
throws javax.smartcardio.CardException
openLogicalChannel in class javax.smartcardio.Cardjavax.smartcardio.CardExceptionpublic byte[] transmitControlCommand(int arg0,
byte[] arg1)
throws javax.smartcardio.CardException
transmitControlCommand in class javax.smartcardio.Cardjavax.smartcardio.CardExceptionCopyright © 2019. All rights reserved.