pcsc-lite 1.9.9
Data Fields
_psContext Struct Reference

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.
 

Detailed Description

Definition at line 82 of file winscard_svc.c.

Field Documentation

◆ cardsList

list_t cardsList

Definition at line 85 of file winscard_svc.c.

◆ cardsList_lock

pthread_mutex_t cardsList_lock

lock for the above list

Definition at line 86 of file winscard_svc.c.

◆ dwClientID

uint32_t dwClientID

Connection ID used to reference the Client.

Definition at line 87 of file winscard_svc.c.

◆ hContext

int32_t hContext

Definition at line 84 of file winscard_svc.c.

◆ pthThread

pthread_t pthThread

Event polling thread's ID.

Definition at line 88 of file winscard_svc.c.


The documentation for this struct was generated from the following file: