mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-11 07:46:09 -07:00
Add smartcard protocol T=0 (RRG repository PRs 71,72,74,75 by @merlokk) (#757)
This commit is contained in:
parent
0d2624a0cc
commit
151a33c027
5 changed files with 283 additions and 270 deletions
|
@ -22,7 +22,8 @@ typedef enum SMARTCARD_COMMAND {
|
|||
SC_CONNECT = (1 << 0),
|
||||
SC_NO_DISCONNECT = (1 << 1),
|
||||
SC_RAW = (1 << 2),
|
||||
SC_SELECT = (1 << 3)
|
||||
SC_SELECT = (1 << 3),
|
||||
SC_RAW_T0 = (1 << 4)
|
||||
} smartcard_command_t;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue