]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhfmfdes.h
Merge branch 'master' of https://github.com/Proxmark/proxmark3
[proxmark3-svn] / client / cmdhfmfdes.h
index 15bb9a23433515432449341c86e4ae5f19076df2..8ecf36d37569d73a9d5baad4164f91428adbab47 100644 (file)
@@ -19,6 +19,14 @@ char * GetCardSizeStr( uint8_t fsize );
 char * GetVendorStr( uint8_t id);
 char * GetProtocolStr(uint8_t id);
 
+// Command options for Desfire behavior.
+enum  {
+ NONE          =       0x00,
+ INIT          =       0x01,
+ DISCONNECT =  0x02,
+ FOO           =       0x04,
+ BAR           =       0x08,
+} CmdOptions ;
 
 
 #define  CREATE_APPLICATION                    0xca
Impressum, Datenschutz