pcsc-lite  1.8.11
ifdwrapper.h
Go to the documentation of this file.
1 /*
2  * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html )
3  *
4  * Copyright (C) 1999-2004
5  * David Corcoran <corcoran@musclecard.com>
6  * Copyright (C) 2002-2010
7  * Ludovic Rousseau <ludovic.rouseau@free.fr>
8  *
9 Redistribution and use in source and binary forms, with or without
10 modification, are permitted provided that the following conditions
11 are met:
12 
13 1. Redistributions of source code must retain the above copyright
14  notice, this list of conditions and the following disclaimer.
15 2. Redistributions in binary form must reproduce the above copyright
16  notice, this list of conditions and the following disclaimer in the
17  documentation and/or other materials provided with the distribution.
18 3. The name of the author may not be used to endorse or promote products
19  derived from this software without specific prior written permission.
20 
21 Changes to this license can be made only by the copyright author with
22 explicit written consent.
23 
24 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
25 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
26 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
27 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
28 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
29 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
30 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
31 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
33 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34  *
35  * $Id: ifdwrapper.h 6851 2014-02-14 15:43:32Z rousseau $
36  */
37 
44 #ifndef __ifdwrapper_h__
45 #define __ifdwrapper_h__
46 
47  LONG IFDOpenIFD(READER_CONTEXT *);
49  LONG IFDPowerICC(READER_CONTEXT *, DWORD, PUCHAR, /*@out@*/ PDWORD);
50  LONG IFDStatusICC(READER_CONTEXT *, /*@out@*/ PDWORD);
51  LONG IFDControl_v2(READER_CONTEXT *, PUCHAR, DWORD, /*@out@*/ PUCHAR,
52  PDWORD);
53  LONG IFDControl(READER_CONTEXT *, DWORD, LPCVOID, DWORD, LPVOID,
54  DWORD, LPDWORD);
56  PUCHAR, DWORD, /*@out@*/ PUCHAR, PDWORD, PSCARD_IO_HEADER);
57  LONG IFDSetPTS(READER_CONTEXT *, DWORD, UCHAR, UCHAR, UCHAR, UCHAR);
58  LONG IFDSetCapabilities(READER_CONTEXT *, DWORD, DWORD, PUCHAR);
59  LONG IFDGetCapabilities(READER_CONTEXT *, DWORD, PDWORD, /*@out@*/ PUCHAR);
60 
61 #endif /* __ifdwrapper_h__ */
LONG IFDStatusICC(READER_CONTEXT *, PDWORD)
Provide statistical information about the IFD and ICC including insertions, atr, powering status/etc...
Definition: ifdwrapper.c:344
LONG IFDTransmit(READER_CONTEXT *, SCARD_IO_HEADER, PUCHAR, DWORD, PUCHAR, PDWORD, PSCARD_IO_HEADER)
Transmit an APDU to the ICC.
Definition: ifdwrapper.c:512
LONG IFDSetPTS(READER_CONTEXT *, DWORD, UCHAR, UCHAR, UCHAR, UCHAR)
Set the protocol type selection (PTS).
Definition: ifdwrapper.c:72
LONG IFDSetCapabilities(READER_CONTEXT *, DWORD, DWORD, PUCHAR)
Set capabilities in the reader.
Definition: ifdwrapper.c:209
LONG IFDControl(READER_CONTEXT *, DWORD, LPCVOID, DWORD, LPVOID, DWORD, LPDWORD)
Provide a means for toggling a specific action on the reader such as swallow, eject, biometric.
Definition: ifdwrapper.c:452
LONG IFDPowerICC(READER_CONTEXT *, DWORD, PUCHAR, PDWORD)
Power up/down or reset's an ICC located in the IFD.
Definition: ifdwrapper.c:270
LONG IFDOpenIFD(READER_CONTEXT *)
Open a communication channel to the IFD.
Definition: ifdwrapper.c:110
LONG IFDGetCapabilities(READER_CONTEXT *, DWORD, PDWORD, PUCHAR)
Get's capabilities in the reader.
Definition: ifdwrapper.c:240
LONG IFDCloseIFD(READER_CONTEXT *)
Close a communication channel to the IFD.
Definition: ifdwrapper.c:168
Use by SCardTransmit()
Definition: ifdhandler.h:314