adding support to read fuji/xerox tags, thanks to user Horror

This commit is contained in:
iceman1001 2022-06-30 22:50:52 +02:00
commit 6d699d66bc
12 changed files with 1083 additions and 49 deletions

View file

@ -47,6 +47,7 @@ typedef enum ISO14B_COMMAND {
ISO14B_SEND_CHAINING = (1 << 9),
ISO14B_SELECT_CTS = (1 << 10),
ISO14B_CLEARTRACE = (1 << 11),
ISO14B_SELECT_XRX = (1 << 12),
} iso14b_command_t;
typedef struct {