pcsc-lite  1.8.8
atrhandler.h
Go to the documentation of this file.
1 /*
2  * MUSCLE SmartCard Development ( http://www.linuxnet.com )
3  *
4  * Copyright (C) 1999-2002
5  * David Corcoran <corcoran@linuxnet.com>
6  * Copyright (C) 2002-2009
7  * Ludovic Rousseau <ludovic.rousseau@free.fr>
8  *
9  * $Id: atrhandler.h 5962 2011-09-24 08:24:34Z rousseau $
10  */
11 
18 #ifndef __atrhandler_h__
19 #define __atrhandler_h__
20 
21  /*
22  * Decodes the ATR
23  */
24  short ATRDecodeAtr(/*@out@*/ int *availableProtocols, int *currentProtocol,
25  PUCHAR pucAtr, DWORD dwLength);
26 
27 #endif /* __atrhandler_h__ */
short ATRDecodeAtr(int *availableProtocols, int *currentProtocol, PUCHAR pucAtr, DWORD dwLength)
parse an ATR
Definition: atrhandler.c:45