/[pcsclite]/trunk/PCSC/src/PCSC/ifdhandler.h
ViewVC logotype

Log of /trunk/PCSC/src/PCSC/ifdhandler.h

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 2779 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 1 09:36:17 2008 UTC (5 years, 3 months ago) by rousseau
File length: 5666 byte(s)
Diff to previous 2660
add TAG_IFD_POLLING_THREAD

Revision 2660 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 18 09:11:23 2007 UTC (5 years, 7 months ago) by rousseau
File length: 5619 byte(s)
Diff to previous 2474
use (void) instead of () for function declaration

Revision 2474 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 12 10:39:29 2007 UTC (6 years, 2 months ago) by rousseau
File length: 5595 byte(s)
Diff to previous 2348
define RESPONSECODE type only if RESPONSECODE_DEFINED_IN_WINTYPES_H is
not defined (needed to compile the driver with an old pcsc-lite)

Revision 2348 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 20 15:12:19 2007 UTC (6 years, 4 months ago) by rousseau
File length: 5545 byte(s)
Diff to previous 2201
move RESPONSECODE definition from wintypes.h to ifdhandler.h since it
should only be used as return type of IFDHandler functions

Revision 2201 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 15 14:12:14 2006 UTC (6 years, 6 months ago) by rousseau
File length: 5516 byte(s)
Diff to previous 2151
add IFD_NO_SUCH_DEVICE return value

Revision 2151 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 6 20:02:47 2006 UTC (6 years, 8 months ago) by rousseau
File length: 5484 byte(s)
Diff to previous 2072
remove trailing spaces at end of lines

Revision 2072 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 6 09:31:07 2006 UTC (6 years, 11 months ago) by rousseau
File length: 5494 byte(s)
Diff to previous 2018
replace LPTSTR and LPCTSTR by LPSTR and LPCSTR

Revision 2018 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 20 18:56:49 2006 UTC (7 years, 1 month ago) by rousseau
File length: 5498 byte(s)
Diff to previous 2009
do not use EXTERNAL to export the symbols (revert the previous patch)

Revision 2009 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 18 13:59:11 2006 UTC (7 years, 1 month ago) by rousseau
File length: 5816 byte(s)
Diff to previous 1421
tag the functions of the API as EXTERNAL. This can be used to export
only those symbols from the driver library.

Revision 1421 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 12 12:09:21 2005 UTC (8 years, 1 month ago) by rousseau
File length: 5498 byte(s)
Diff to previous 1158
add (some) Doxygen documentation

Thanks to Luiz Reuter Silva Torro for the patch

Revision 1158 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 6 12:12:20 2004 UTC (8 years, 9 months ago) by rousseau
File length: 5476 byte(s)
Diff to previous 1036
remove PCSC/ from the header files path since the path is given by
pkg-config --cflags libpcsclite or the correct -I directive

Revision 1036 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 6 06:47:32 2004 UTC (8 years, 10 months ago) by rousseau
File length: 5481 byte(s)
Diff to previous 1035
IFDHControl(): use PUCHAR instead of LPCVOID and LPVOID so the driver
can use TxBuffer[x] without needing a cast.

Revision 1035 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 6 06:45:02 2004 UTC (8 years, 10 months ago) by rousseau
File length: 5482 byte(s)
Diff to previous 933
it is now possible to compile a IFDHandler v2.0 with this include file.
Just #define IFDHANDLERv2 in your source code before #include <ifdhandler.h>

By default it is setup for for most recent version of the API (V3.0)

Revision 933 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 10 18:05:02 2004 UTC (8 years, 11 months ago) by rousseau
File length: 5204 byte(s)
Diff to previous 919
include PCSC/pcsclite.h instead of pcsclite.h

Revision 919 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 8 07:04:46 2004 UTC (8 years, 11 months ago) by rousseau
File length: 5199 byte(s)
Diff to previous 912
add #include <pcsclite.h>

Revision 912 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 5 15:43:11 2004 UTC (8 years, 11 months ago) by sauveron-guest
File length: 5176 byte(s)
Diff to previous 811
Change the names of the types LPCSTR to LPCTSTR and LPSTR to LPTSTR to be compliant with the Microsoft SCard API

Revision 811 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 19 16:27:51 2004 UTC (9 years, 1 month ago) by rousseau
File length: 5172 byte(s)
Diff to previous 796
FDHControl() argument lpInBuffer and lpOutBuffer are LPCVOID and LPVOID
and not PUCHAR

Revision 796 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 16 15:23:48 2004 UTC (9 years, 1 month ago) by rousseau
File length: 5170 byte(s)
Diff to previous 632
rename IFDHControl() to IFDHControl_v2() and add a new IFDHControl()
with the new API

Revision 632 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 16 11:35:48 2004 UTC (9 years, 4 months ago) by sauveron-guest
File length: 5051 byte(s)
Diff to previous 595
Update the copyright.

Revision 595 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 14 11:03:00 2004 UTC (9 years, 4 months ago) by sauveron-guest
File length: 4999 byte(s)
Diff to previous 495
Add the prototype of the new function introduced in the IFDHandler interface v3

Revision 495 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 18 17:19:36 2003 UTC (9 years, 7 months ago) by aet-guest
File length: 4739 byte(s)
Diff to previous 451
- Unify the copyright/description header part for most of the files

Revision 451 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 18 06:10:21 2003 UTC (9 years, 8 months ago) by sauveron-guest
File length: 4964 byte(s)
Diff to previous 434
Add the tag TAG_IFD_SLOT_THREAD_SAFE for testing if the handling of the slots is thread safe.

Revision 434 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 15 13:52:23 2003 UTC (9 years, 8 months ago) by sauveron-guest
File length: 4917 byte(s)
Diff to previous 24
Add the tag TAG_IFD_THREAD_SAFE for testing if the IFD is thread safe.

Revision 24 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 4 19:03:36 2002 UTC (11 years, 1 month ago) by rousseau
File length: 4852 byte(s)
Diff to previous 11
complete and automatic reindentation of *.c and *.h files

Revision 11 - (view) (download) (annotate) - [select for diffs]
Added Sat Mar 30 18:13:58 2002 UTC (11 years, 1 month ago) by corcoran
File length: 5307 byte(s)
Initial revision

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5