]>
git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdlffdx.h
1 //-----------------------------------------------------------------------------
3 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
4 // at your option, any later version. See the LICENSE.txt file for the text of
6 //-----------------------------------------------------------------------------
7 // Low frequency fdx-b tag commands
8 //-----------------------------------------------------------------------------
12 extern int CmdLFFdx(const char *Cmd
);
13 extern int CmdFdxClone(const char *Cmd
);
14 extern int CmdFdxSim(const char *Cmd
);
15 extern int CmdFdxRead(const char *Cmd
);
16 extern int CmdFdxDemod(const char *Cmd
);