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