pcsc-lite
1.8.8
|
Define an exported public reader state structure so each application gets instant notification of changes in state. More...
#include <eventhandler.h>
Data Fields | |
char | readerName [MAX_READERNAME] |
reader name | |
uint32_t | eventCounter |
number of card events | |
uint32_t | readerState |
SCARD_* bit field. | |
int32_t | readerSharing |
PCSCLITE_SHARING_* sharing status. | |
UCHAR | cardAtr [MAX_ATR_SIZE] |
ATR. | |
uint32_t | cardAtrLength |
ATR length. | |
uint32_t | cardProtocol |
SCARD_PROTOCOL_* value. | |
Define an exported public reader state structure so each application gets instant notification of changes in state.
Definition at line 27 of file eventhandler.h.