Sam 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 reader 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 |
| Length of bytes available in ATR buffer. More... | |
| 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 | bCommType |
| Communication type to use for exchanging with SAM. More... | |
| uint8_t | bIsPortOpened |
| Indicator if connection to SAM was established already. | |
| uint16_t | wI2C_SlaveAddr |
| Address of I2C Slave. | |
| uint16_t | wI2C_TimeoutMs |
| For saving / configuring I2C communication timeout. | |
| uint8_t | bI2C_BitRate |
| I2C BitRate. More... | |
| uint8_t | bI2C_PcbBlockNum |
| Protocol Control Byte. | |
| uint8_t | bI2C_NextFrame |
| Next Frame Type. More... | |
Sam BAL parameter structure.
| uint16_t phbalReg_Sam_DataParams_t::wAtrBufSize |
Length of bytes available in ATR buffer.
This will be filled once ATR is received from SAM.
| uint8_t phbalReg_Sam_DataParams_t::bCommType |
Communication type to use for exchanging with SAM.
Will be one of the following,
| uint8_t phbalReg_Sam_DataParams_t::bI2C_BitRate |
| uint8_t phbalReg_Sam_DataParams_t::bI2C_NextFrame |
Next Frame Type.
Whether its I Frame or S Frame