]> git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdhf14b.h
Client cleanup and restructuring. Stage 1...
[proxmark3-svn] / client / cmdhf14b.h
1 #ifndef CMDHF14B_H__
2 #define CMDHF14B_H__
3
4 int CmdHF14B(const char *Cmd);
5
6 int CmdHF14BDemod(const char *Cmd);
7 int CmdHF14BList(const char *Cmd);
8 int CmdHF14BRead(const char *Cmd);
9 int CmdHF14Sim(const char *Cmd);
10 int CmdHFSimlisten(const char *Cmd);
11 int CmdHF14BSnoop(const char *Cmd);
12 int CmdSri512Read(const char *Cmd);
13 int CmdSrix4kRead(const char *Cmd);
14
15 #endif
Impressum, Datenschutz