Skip to content
Commit 2025614b authored by developer4's avatar developer4
Browse files

class DlReader v2.8

Added support for APDU commands:
-New method:
 public synchronized void setISO14443_4_Mode() throws DlReaderException, InterruptedException
 Select ISO14443-4A tag and "open channel for the APDU commands" to the ISO14443-4A tag supporting APDU protocol.

-New method:
 public synchronized void s_block_deselect() throws DlReaderException, InterruptedException
 Deselect ISO14443-4A tag. This is a mandatory call after finished one or more APDU transactions with a previously selected ISO14443-4A tag. Otherwise reader will be blocked for further work and you will be forced to call readerReset().

-New method:
 public synchronized byte[] APDUPlainTransceive(byte[] c_apdu) throws DlReaderException, InterruptedException
 Function that send c_apdu bytes to the to the ISO14443-4A tag supporting APDU protocol and, after successfully executed APDU command by the tag selected returns R-APDU. Count of the R-APDU bytes varies depending on the issued APDU command. Minimum number of the R-APDU bytes is 2 and in that case contains SW1 and SW2.
parent 1e0d9e12
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment