|
pcsc-lite 1.9.4
|
Data Fields | |
| int32_t | hContext |
| list_t | cardsList |
| pthread_mutex_t | cardsList_lock |
| lock for the above list More... | |
| uint32_t | dwClientID |
| Connection ID used to reference the Client. More... | |
| pthread_t | pthThread |
| Event polling thread's ID. More... | |
Definition at line 81 of file winscard_svc.c.
| list_t cardsList |
Definition at line 84 of file winscard_svc.c.
| pthread_mutex_t cardsList_lock |
lock for the above list
Definition at line 85 of file winscard_svc.c.
| uint32_t dwClientID |
Connection ID used to reference the Client.
Definition at line 86 of file winscard_svc.c.
| int32_t hContext |
Definition at line 83 of file winscard_svc.c.
| pthread_t pthThread |
Event polling thread's ID.
Definition at line 87 of file winscard_svc.c.