]> git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdlf.h
Client cleanup and restructuring. Stage 1...
[proxmark3-svn] / client / cmdlf.h
1 #ifndef CMDLF_H__
2 #define CMDLF_H__
3
4 int CmdLF(const char *Cmd);
5
6 int CmdLFCommandRead(const char *Cmd);
7 int CmdFlexdemod(const char *Cmd);
8 int CmdIndalaDemod(const char *Cmd);
9 int CmdLFRead(const char *Cmd);
10 int CmdLFSim(const char *Cmd);
11 int CmdLFSimBidir(const char *Cmd);
12 int CmdLFSimManchester(const char *Cmd);
13 int CmdVchDemod(const char *Cmd);
14
15 #endif
Impressum, Datenschutz