pcsc-lite
1.8.3
|
00001 /* 00002 * MUSCLE SmartCard Development ( http://www.linuxnet.com ) 00003 * 00004 * Copyright (C) 1999 00005 * David Corcoran <corcoran@linuxnet.com> 00006 * Copyright (C) 2004 00007 * Ludovic Rousseau <ludovic.rousseau@free.fr> 00008 * 00009 * $Id: prothandler.h 5813 2011-06-28 19:27:15Z rousseau $ 00010 */ 00011 00017 #ifndef __prothandler_h__ 00018 #define __prothandler_h__ 00019 00020 DWORD PHSetProtocol(struct ReaderContext *, DWORD, UCHAR, UCHAR); 00021 00022 #define SET_PROTOCOL_WRONG_ARGUMENT -1 00023 #define SET_PROTOCOL_PPS_FAILED -2 00024 00025 #endif /* __prothandler_h__ */