]>
git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdhf14a.h
1 //-----------------------------------------------------------------------------
3 // Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
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
8 //-----------------------------------------------------------------------------
9 // High frequency ISO14443A commands
10 //-----------------------------------------------------------------------------
18 // structure and database for uid -> tagtype lookups
24 int CmdHF14A(const char *Cmd
);
25 int CmdHF14AList(const char *Cmd
);
26 int CmdHF14AMifare(const char *Cmd
);
27 int CmdHF14AReader(const char *Cmd
);
28 extern int CmdHF14AInfo(const char *Cmd
);
29 int CmdHF14ASim(const char *Cmd
);
30 int CmdHF14ASnoop(const char *Cmd
);
31 char* getTagInfo(uint8_t uid
);
33 extern void DropField();
34 extern int ExchangeAPDU14a(uint8_t *datain
, int datainlen
, bool activateField
, bool leaveSignalON
, uint8_t *dataout
, int *dataoutlen
);