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. | |
| 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-0xC;. | |
| uint8_t | bFsci |
| PICC Frame Size Integer; 0-0xC;. | |
| 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 | bUsedRetryCount |
| How much retransmits are used durring the last exchange. | |
| uint8_t | bSuppressDeselect |
| If this is PH_ON the deselect is suppressed even if retry count != 0. | |
| uint32_t | dwWTXLoopTimeLimit |
| Maximum Timing allowed to be on a WTX loop (if zero no limit). | |
| uint8_t | pbEnhancedBlockBufferTx [5000] |
| Buffer used for storing the plain frame for FWEC. | |
| uint8_t | pbEnhancedBlockBufferRx [5000] |
| Buffer used for storing the plain frame for FWEC. | |
| uint8_t | pbEnhancedBlockBufferTmp [5000] |
| Buffer used for storing the plain frame for FWEC. | |
| uint16_t | wTxBufferLength |
| Number of Data stored for transmission in pbEnhancedBlockBuffer. | |
| uint16_t | wRxBufferStartPos |
| Start position of the rx buffer in pbEnhancedBlockBuffer. | |
| uint8_t | bEnhancedBlockStateTx |
| Indicates if enhanced Block format is enabled or disabled. | |
| uint8_t | bFwecSyncEnabledTx |
| Indicates if sync is enabled or disabled for Frame with error correction. | |
| uint8_t | bEnhancedBlockStateRx |
| Indicates if enhanced Block format is enabled or disabled. | |
| uint8_t | bFwecSyncEnabledRx |
| Indicates if sync is enabled or disabled for Frame with error correction. | |
ISO14443-4 parameter structure.