Define an exported public reader state structure so each application gets instant notification of changes in state. More...
#include <eventhandler.h>
Data Fields | |
int32_t | readerID |
char | readerName [MAX_READERNAME] |
uint32_t | readerState |
int32_t | readerSharing |
UCHAR | cardAtr [MAX_ATR_SIZE] |
uint32_t | cardAtrLength |
uint32_t | cardProtocol |
Define an exported public reader state structure so each application gets instant notification of changes in state.
Definition at line 32 of file eventhandler.h.