]> git.zerfleddert.de Git - proxmark3-svn/blame_incremental - client/cmdlf.h
Merge branch 'master' into topaz
[proxmark3-svn] / client / cmdlf.h
... / ...
CommitLineData
1//-----------------------------------------------------------------------------
2// Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
3//
4// This code is licensed to you under the terms of the GNU GPL, version 2 or,
5// at your option, any later version. See the LICENSE.txt file for the text of
6// the license.
7//-----------------------------------------------------------------------------
8// Low frequency commands
9//-----------------------------------------------------------------------------
10
11#ifndef CMDLF_H__
12#define CMDLF_H__
13
14int CmdLF(const char *Cmd);
15
16int CmdLFCommandRead(const char *Cmd);
17int CmdFlexdemod(const char *Cmd);
18int CmdIndalaDemod(const char *Cmd);
19int CmdIndalaClone(const char *Cmd);
20int CmdLFRead(const char *Cmd);
21int CmdLFSim(const char *Cmd);
22int CmdLFaskSim(const char *Cmd);
23int CmdLFfskSim(const char *Cmd);
24int CmdLFpskSim(const char *Cmd);
25int CmdLFSimBidir(const char *Cmd);
26int CmdLFSnoop(const char *Cmd);
27int CmdVchDemod(const char *Cmd);
28int CmdLFfind(const char *Cmd);
29
30#endif
Impressum, Datenschutz