]>
git.zerfleddert.de Git - proxmark3-svn/blob - include/mifare.h
1 //-----------------------------------------------------------------------------
2 // (c) 2012 Roel Verdult
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
7 //-----------------------------------------------------------------------------
8 // MIFARE type prototyping
9 //-----------------------------------------------------------------------------
16 //-----------------------------------------------------------------------------
18 //-----------------------------------------------------------------------------
26 } __attribute__((__packed__
)) iso14a_card_select_t
;
28 typedef enum ISO14A_COMMAND
{
30 ISO14A_NO_DISCONNECT
= 2,
33 ISO14A_REQUEST_TRIGGER
= 0x10,
34 ISO14A_APPEND_CRC
= 0x20,
35 ISO14A_SET_TIMEOUT
= 0x40,
36 ISO14A_NO_SELECT
= 0x80