#include <stdio.h>#include <stdlib.h>#include <time.h>#include <unistd.h>#include <string.h>#include <fcntl.h>#include <sys/ioctl.h>#include <sys/mman.h>#include <pthread.h>#include <PCSC/wintypes.h>#include <PCSC/winscard.h>Include dependency graph for easyPCSC.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| class | easyPCSC |
| RESUMO......: Classe para manipulacao de cartao smartcard com API PCSC. More... | |
Defines | |
| #define | DEBUG printf(" > Debug: %s line: %d \n", __FILE__, __LINE__) |
| #define | FALSE 0 |
| #define | LIBNAME "libeasyPCSC" |
| #define | MAXAPDULENGTH 130 |
| #define | TRUE 1 |
| #define | VERSAOCAPTURE "1.0-20070228" |
| #define DEBUG printf(" > Debug: %s line: %d \n", __FILE__, __LINE__) |
Definition at line 7 of file easyPCSC.h.
| #define FALSE 0 |
Definition at line 27 of file easyPCSC.h.
| #define LIBNAME "libeasyPCSC" |
Definition at line 4 of file easyPCSC.h.
| #define MAXAPDULENGTH 130 |
Definition at line 30 of file easyPCSC.h.
| #define TRUE 1 |
Definition at line 26 of file easyPCSC.h.
| #define VERSAOCAPTURE "1.0-20070228" |
Definition at line 5 of file easyPCSC.h.
1.5.0-1