public class Card
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ATR |
atr |
private CardChannel |
cardChannel |
private CcidInfo |
ccidInfo |
private UsbDeviceConnection |
usbConnection |
private UsbEndpoint |
usbIn |
private UsbEndpoint |
usbInterrupt |
private UsbEndpoint |
usbOut |
Constructor and Description |
---|
Card(UsbDeviceConnection usbConnection,
UsbEndpoint usbOut,
UsbEndpoint usbIn,
UsbEndpoint usbInterrupt) |
Modifier and Type | Method and Description |
---|---|
ATR |
getATR() |
CardChannel |
getBasicChannel() |
java.lang.String |
getProtocol() |
boolean |
isSupportTAPDU() |
private UsbDeviceConnection usbConnection
private UsbEndpoint usbOut
private UsbEndpoint usbIn
private UsbEndpoint usbInterrupt
private ATR atr
private CcidInfo ccidInfo
private CardChannel cardChannel
public Card(UsbDeviceConnection usbConnection, UsbEndpoint usbOut, UsbEndpoint usbIn, UsbEndpoint usbInterrupt)
public ATR getATR()
public CardChannel getBasicChannel()
public java.lang.String getProtocol()
public boolean isSupportTAPDU()
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.