pcsc-lite 2.5.0
readers.h File Reference

define structures to represent a reader More...

#include <inttypes.h>
#include <pthread.h>
#include "ifdhandler.h"
#include "simclist.h"

Go to the source code of this file.

Data Structures

struct  pubReaderState
 Define an exported public reader state structure so each application gets instant notification of changes in state. More...
struct  FctMap_V2
struct  FctMap_V3
struct  ReaderContext

Typedefs

typedef struct pubReaderState READER_STATE
 Define an exported public reader state structure so each application gets instant notification of changes in state.
typedef struct FctMap_V2 FCT_MAP_V2
typedef struct FctMap_V3 FCT_MAP_V3
typedef struct ReaderContext READER_CONTEXT

Detailed Description

define structures to represent a reader

Definition in file readers.h.

Typedef Documentation

◆ FCT_MAP_V2

typedef struct FctMap_V2 FCT_MAP_V2

Definition at line 80 of file readers.h.

◆ FCT_MAP_V3

typedef struct FctMap_V3 FCT_MAP_V3

Definition at line 102 of file readers.h.

◆ READER_CONTEXT

typedef struct ReaderContext READER_CONTEXT

Definition at line 136 of file readers.h.