39 #ifndef __ifdwrapper_h__ 40 #define __ifdwrapper_h__ LONG IFDStatusICC(READER_CONTEXT *, PDWORD)
Provide statistical information about the IFD and ICC including insertions, atr, powering status/etc...
LONG IFDTransmit(READER_CONTEXT *, SCARD_IO_HEADER, PUCHAR, DWORD, PUCHAR, PDWORD, PSCARD_IO_HEADER)
Transmit an APDU to the ICC.
LONG IFDSetPTS(READER_CONTEXT *, DWORD, UCHAR, UCHAR, UCHAR, UCHAR)
Set the protocol type selection (PTS).
LONG IFDSetCapabilities(READER_CONTEXT *, DWORD, DWORD, PUCHAR)
Set capabilities in the reader.
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.
LONG IFDPowerICC(READER_CONTEXT *, DWORD, PUCHAR, PDWORD)
Power up/down or reset's an ICC located in the IFD.
LONG IFDOpenIFD(READER_CONTEXT *)
Open a communication channel to the IFD.
LONG IFDGetCapabilities(READER_CONTEXT *, DWORD, PDWORD, PUCHAR)
Get's capabilities in the reader.
LONG IFDCloseIFD(READER_CONTEXT *)
Close a communication channel to the IFD.