]> 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 9bed8c9dbe4a4867683b13e1573085318156d854..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_NO_SELECT =     (1 << 3)
+       SC_SELECT =        (1 << 3),
+       SC_RAW_T0 =            (1 << 4)
 } smartcard_command_t;
 
 
Impressum, Datenschutz