Merge pull request #115 from marshmellow42/master
[legacy-proxmark3.git] / client / cmdhficlass.h
blob30c6a8a7b1907f2bedf6f121b79ffad46293c9a1
1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
3 // Copyright (C) 2011 Gerhard de Koning Gans
4 //
5 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
6 // at your option, any later version. See the LICENSE.txt file for the text of
7 // the license.
8 //-----------------------------------------------------------------------------
9 // High frequency iClass support
10 //-----------------------------------------------------------------------------
12 #ifndef CMDHFICLASS_H__
13 #define CMDHFICLASS_H__
15 int CmdHFiClass(const char *Cmd);
17 int CmdHFiClassSnoop(const char *Cmd);
18 int CmdHFiClassSim(const char *Cmd);
19 int CmdHFiClassList(const char *Cmd);
20 int HFiClassReader(const char *Cmd, bool loop, bool verbose);
21 int CmdHFiClassReader(const char *Cmd);
22 int CmdHFiClassReader_Replay(const char *Cmd);
24 #endif