pcsc-lite 1.6.4
|
Represents the an Application Context on the Client side. More...
Data Fields | |
DWORD | dwClientID |
Client Connection ID. | |
SCARDCONTEXT | hContext |
Application Context ID. | |
pthread_mutex_t * | mMutex |
Mutex for this context. | |
list_t | channelMapList |
Represents the an Application Context on the Client side.
An Application Context contains Channels (_psChannelMap
).
Definition at line 236 of file winscard_clnt.c.