PCSC PAL-MIFARE parameter structure. More...
Data Fields | |
| uint16_t | wId |
| Layer ID for this BAL component, NEVER MODIFY! | |
| void * | pHalDataParams |
| Pointer to the parameter structure of the underlying HAL layer. | |
| void * | pPalI14443p4DataParams |
| Pointer to the parameter structure of the underlying PAL IS014443-4 layer. | |
| uint8_t | bWaitForWriteData |
| Flag to indicate wait for write data for update binary command. | |
| uint8_t | bWaitForIncrementValue |
| Flag to indicate wait for increment value for increment command. | |
| uint8_t | bWaitForDecrementValue |
| Flag to indicate wait for decrement value for decrement command. | |
| uint8_t | bExchangeType |
| Type of exchange to use. More... | |
| uint16_t | wWriteAddress |
| Address for update binary command. | |
PCSC PAL-MIFARE parameter structure.
| uint8_t phpalMifare_Pcsc_DataParams_t::bExchangeType |
Type of exchange to use.
PHPAL_MIFARE_PCSC_NORMAL (default) or PHPAL_MIFARE_PCSC_TRANSPARENT.