Software PAL-ISO14443P3B 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 | bExtAtqb |
| Stores whether last request used extended ATQB. | |
| uint8_t | pPupi [4] |
| Array holding the activated PUPI. | |
| uint8_t | bPupiValid |
Whether the stored Pupi is valid (1) or not (0). | |
| uint8_t | bCidSupported |
| Cid Support indicator; Unequal '0' if supported. | |
| uint8_t | bNadSupported |
| Nad Support indicator; Unequal '0' if supported. | |
| uint8_t | bCid |
| Card Identifier; Ignored if bCidSupported is equal '0'. | |
| uint8_t | bFwi |
| Frame Waiting Integer. | |
| uint8_t | bFsci |
| PICC Frame Size Integer; 0-0xC;. | |
| uint8_t | bFsdi |
| (Current) PCD Frame Size Integer; 0-0xC; | |
| uint8_t | bDri |
| (Current) Divisor Receive (PCD to PICC) Integer; 0-3; | |
| uint8_t | bDsi |
| (Current) Divisor Send (PICC to PCD) Integer; 0-3; | |
| uint8_t | bAttribParam1 |
| Param1 parameter for attrib command. | |
| uint8_t * | pHigherLayerInf |
| Pointer to higher layer information buffer. | |
| uint16_t | wHigherLayerInfLen |
| Length higher layer information. | |
| uint8_t * | pHigherLayerResp |
| Pointer to higher layer response buffer. | |
| uint16_t | wHigherLayerRespSize |
| Size of higher layer response buffer. | |
| uint16_t | wHigherLayerRespLen |
| Length of higher layer response. | |
Software PAL-ISO14443P3B parameter structure.