pcsc-lite
1.8.2
|
00001 /* 00002 * MUSCLE SmartCard Development ( http://www.linuxnet.com ) 00003 * 00004 * Copyright (C) 1999-2002 00005 * David Corcoran <corcoran@linuxnet.com> 00006 * Copyright (C) 2002-2009 00007 * Ludovic Rousseau <ludovic.rousseau@free.fr> 00008 * 00009 * $Id: atrhandler.h 5962 2011-09-24 08:24:34Z rousseau $ 00010 */ 00011 00018 #ifndef __atrhandler_h__ 00019 #define __atrhandler_h__ 00020 00021 /* 00022 * Decodes the ATR 00023 */ 00024 short ATRDecodeAtr(/*@out@*/ int *availableProtocols, int *currentProtocol, 00025 PUCHAR pucAtr, DWORD dwLength); 00026 00027 #endif /* __atrhandler_h__ */