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