]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - include/smartcard.h
Add smartcard protocol T=0 (RRG repository PRs 71,72,74,75 by @merlokk) (#757)
[proxmark3-svn] / include / smartcard.h
index 2f6e286c91cbf7e2ba5c164385208a6bbb504943..70245a787961b430f3bac0c9d909295156febd40 100644 (file)
@@ -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;
 
 
Impressum, Datenschutz