]> git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdlfpac.h
mf plus info with detect sl mode (#695)
[proxmark3-svn] / client / cmdlfpac.h
1 //-----------------------------------------------------------------------------
2 //
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
5 // the license.
6 //-----------------------------------------------------------------------------
7 // Low frequency Securakey tag commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFPAC_H__
10 #define CMDLFPAC_H__
11
12 extern int CmdLFPac(const char *Cmd);
13 extern int CmdPacRead(const char *Cmd);
14 extern int CmdPacDemod(const char *Cmd);
15
16 #endif
17
Impressum, Datenschutz