public interface SmartSelectionReader extends ProxyReader
Android OMAPI based readers are for example able to do this.
Modifier and Type | Method and Description |
---|---|
void |
closeLogicalChannel()
Closes the logical channel explicitly.
|
byte[] |
openChannelForAid(byte[] dfName,
byte isoControlMask)
Opens a logical channel for the provided AID
|
releaseChannel, transmitCardRequest, transmitCardSelectionRequests
activateProtocol, deactivateProtocol, getName, isCardPresent, isContactless
byte[] openChannelForAid(byte[] dfName, byte isoControlMask)
The dfName is provided as a byte array. It can be set to null to activate the basic
channel opening defined by the OMAPI.
The bit mask indicates the ISO defined condition to retrieve the selection data.
dfName
- A byte array or nullisoControlMask
- bit mask fromKeypleReaderIOException
- if the communication with the reader or the card has failedvoid closeLogicalChannel()