|
pcsc-lite 1.7.2
|

Data Fields | |
| char * | library |
| Library Path. | |
| char * | device |
| Device Name. | |
| pthread_t | pthThread |
| Event polling thread. | |
| RESPONSECODE(* | pthCardEvent )(DWORD, int) |
| Card Event sync. | |
| pthread_mutex_t * | mMutex |
| Mutex for this connection. | |
| list_t | handlesList |
| pthread_mutex_t | handlesList_lock |
| lock for the above list | |
| union { | |
| FCT_MAP_V2 psFunctions_v2 | |
| API V2.0. | |
| FCT_MAP_V3 psFunctions_v3 | |
| API V3.0. | |
| } | psFunctions |
| driver functions | |
| LPVOID | vHandle |
| Dlopen handle. | |
| int | version |
| IFD Handler version number. | |
| int | port |
| Port ID. | |
| int | slot |
| Current Reader Slot. | |
| SCARDHANDLE | hLockId |
| Lock Id. | |
| DWORD | dwIdentity |
| Shared ID High Nibble. | |
| int | LockCount |
| number of recursive locks | |
| int32_t | contexts |
| Number of open contexts. | |
| int * | pFeeds |
| Number of shared client to lib. | |
| int * | pMutex |
| Number of client to mutex. | |
| int | powerState |
| auto power off state | |
| pthread_mutex_t | powerState_lock |
| powerState mutex | |
| struct pubReaderStatesList * | readerState |
| link to the reader state | |
Definition at line 85 of file readerfactory.h.
| pthread_mutex_t handlesList_lock |
lock for the above list
Structure of connected handles
Definition at line 93 of file readerfactory.h.
1.7.3