PCSC ISO14443-4 parameter structure. More...
Data Fields | |
| uint16_t | wId |
| Layer ID for this component, NEVER MODIFY! | |
| void * | pHalDataParams |
| Pointer to the parameter structure of the underlying layer. | |
| phbalReg_PcscWin_DataParams_t * | pBalDataParams |
| pointer to the parameter structure of the underlying pcsc bal. More... | |
| phhalHw_Pcsc_DataParams_t * | pHalPcscDataParams |
| pointer to the parameter structure of the underlying pcsc hal. More... | |
| uint8_t | bStateNow |
| Current Exchange-State. | |
| uint8_t | bCidEnabled |
| Card Identifier Enabler; Unequal '0' if enabled. | |
| uint8_t | bCid |
| Card Identifier; Ignored if *pCidSupported is equal '0'. | |
| uint8_t | bNadEnabled |
| Node Address Enabler; Unequal '0' if enabled. | |
| uint8_t | bNad |
| Node Address; Ignored if bNadEnabled is equal '0'. | |
| uint8_t | bFwi |
| Frame Waiting Integer. | |
| uint8_t | bFsdi |
| PCD Frame Size Integer; 0-8;. | |
| uint8_t | bFsci |
| PICC Frame Size Integer; 0-8;. | |
| uint8_t | bPcbBlockNum |
| Current Block-Number; 0/1;. | |
| uint8_t | bMaxRetryCount |
| Maximum Retry count for ISO/IEC 14443-4:2008(E) Rule 4 and 5. | |
| uint8_t | bExchangeType |
| Type of exchange to use. More... | |
PCSC ISO14443-4 parameter structure.
| phbalReg_PcscWin_DataParams_t* phpalI14443p4_Pcsc_DataParams_t::pBalDataParams |
pointer to the parameter structure of the underlying pcsc bal.
Is used to access the pcsc parameter
| phhalHw_Pcsc_DataParams_t* phpalI14443p4_Pcsc_DataParams_t::pHalPcscDataParams |
pointer to the parameter structure of the underlying pcsc hal.
Is used to access the pcsc parameter
| uint8_t phpalI14443p4_Pcsc_DataParams_t::bExchangeType |
Type of exchange to use.
PHPAL_I14443P4_PCSC_NORMAL (default) or PHPAL_I14443P4_PCSC_TRANSPARENT.