public class SCardChannel
Represents a channel You can get this object with a call to reader.cardConnect()
Modifier and Type | Method and Description |
---|---|
void |
disconnect()
Disconnect from the card (close the communication channel + power down)
|
byte[] |
getAtr()
Card’s ATR
|
SCardReader |
getParent()
Points to an
|
void |
reconnect()
Counterpart to PC/SC’s SCardReconnect, same as
SCardReader.cardConnect |
void |
setAtr$module(byte[] p)
Card’s ATR
|
void |
transmit(byte[] command)
Transmit a C-APDU to the card, receive the R-APDU in response (in the callback)
|
public byte[] getAtr()
Card’s ATR
public void setAtr$module(byte[] p)
Card’s ATR
public void transmit(byte[] command)
Transmit a C-APDU to the card, receive the R-APDU in response (in the callback)
command
- The C-APDU to send to the cardpublic void disconnect()
Disconnect from the card (close the communication channel + power down)
public void reconnect()
Counterpart to PC/SC’s SCardReconnect, same as SCardReader.cardConnect
SCardReader.cardConnect
public SCardReader getParent()
Points to an
class SCardReader
object
class SCardReader