RD710Sam (Windows) BAL parameter structure. More...
Data Fields | |
| uint16_t | wId |
| Layer ID for this BAL component, NEVER MODIFY! | |
| void * | pLowerBalDataParams |
| Pointer to the BAL which actually connects to Rd710 in direct mode. | |
| uint8_t * | pAtrBuffer |
| Pointer to buffer used for storing the ATR after card activation. | |
| uint16_t | wMaxAtrBufSize |
| The maximum size of the ATR buffer. | |
| uint16_t | wAtrBufSize |
| Size of the ATR buffer. | |
| uint8_t * | pTxBuffer |
| Pointer to global transmit buffer used by the Exchange() function. | |
| uint16_t | wTxBufSize |
| Size of the global transmit buffer. | |
| uint8_t * | pRxBuffer |
| Pointer to global receive buffer used by the Exchange() function. | |
| uint16_t | wRxBufSize |
| Size of the global receive buffer. | |
| uint8_t | bCardOpened |
| Indicator if card was already opened. | |
RD710Sam (Windows) BAL parameter structure.