add 14a apdu send framing (based on RRG repo PR86 by Merlokk) (#795)

This commit is contained in:
pwpiwi 2019-03-12 07:46:49 +01:00 committed by GitHub
parent 1338d245c2
commit 189b817740
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 308 additions and 188 deletions

View file

@ -36,7 +36,8 @@ typedef enum ISO14A_COMMAND {
ISO14A_NO_SELECT = (1 << 7),
ISO14A_TOPAZMODE = (1 << 8),
ISO14A_NO_RATS = (1 << 9),
ISO14A_CLEAR_TRACE = (1 << 10)
ISO14A_SEND_CHAINING = (1 << 10),
ISO14A_CLEAR_TRACE = (1 << 11)
} iso14a_command_t;
typedef struct {