1 //-----------------------------------------------------------------------------
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 // ISO 15693 type prototyping
9 //-----------------------------------------------------------------------------
21 } PACKED iso15_card_select_t
;
23 typedef enum ISO15_COMMAND
{
24 ISO15_CONNECT
= (1 << 0),
25 ISO15_NO_DISCONNECT
= (1 << 1),
27 ISO15_APPEND_CRC
= (1 << 3),
28 ISO15_HIGH_SPEED
= (1 << 4),
29 ISO15_READ_RESPONSE
= (1 << 5)