Method Summary |
|
public void | closeSlot() Closes the slot in case of error. |
public byte[] | getATR() Gets ATR bytes from the device. |
public int | getCardSessionId() Returns the card session identifier. |
protected CardDevice | getDevice() Gets device of this slot. |
public int | getSlotNumber() Gets local device slot number. |
public void | initACL() Initializes ACL for the slot. |
public boolean | initConnection() Makes sure that slot is ready for connection. |
public boolean | isAlive() Checks if the the connection is still live or not. |
public boolean | isSAT() Checks if this slot is SAT slot. |
public void | lockSlot() Starts operations with the slot. |
public void | unlockSlot() Ends operations with the slot. |
public int | xferData(byte[] request, byte[] response) Performs data transfer to the device slot. |