]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfhid.h
Redesign of lf hid card format handler as discussed with @marshmellow42
[proxmark3-svn] / client / cmdlfhid.h
index 328f3b1326153f22f94dbdb90d64e201ee8d2745..ef907f671cc0398db6a8df13defd35f0caa5a939 100644 (file)
 #ifndef CMDLFHID_H__
 #define CMDLFHID_H__
 
-int CmdLFHID(const char *Cmd);
+#include <stdint.h>
+#include <stdbool.h>
 
-int CmdHIDDemod(const char *Cmd);
-int CmdHIDDemodFSK(const char *Cmd);
+int CmdLFHID(const char *Cmd);
+int CmdFSKdemodHID(const char *Cmd);
+int CmdHIDReadDemod(const char *Cmd);
 int CmdHIDSim(const char *Cmd);
-
+int CmdHIDClone(const char *Cmd);
+int CmdHIDDecode(const char *Cmd);
+int CmdHIDEncode(const char *Cmd);
+int CmdHIDWrite(const char *Cmd);
 #endif
Impressum, Datenschutz