NXP Reader Library  v17.1.0.2535
phbalReg_Sam_DataParams_t Struct Reference

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_tpAtrBuffer
 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_tpTxBuffer
 Pointer to global transmit buffer used by the Exchange() function.
 
uint16_t wTxBufSize
 Size of the global transmit buffer.
 
uint8_tpRxBuffer
 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...
 

Detailed Description

Sam BAL parameter structure.

Field Documentation

◆ wAtrBufSize

uint16_t phbalReg_Sam_DataParams_t::wAtrBufSize

Length of bytes available in ATR buffer.

This will be filled once ATR is received from SAM.

◆ bCommType

uint8_t phbalReg_Sam_DataParams_t::bCommType

Communication type to use for exchanging with SAM.

Will be one of the following,

◆ bI2C_BitRate

uint8_t phbalReg_Sam_DataParams_t::bI2C_BitRate

I2C BitRate.

One of the following

◆ bI2C_NextFrame

uint8_t phbalReg_Sam_DataParams_t::bI2C_NextFrame

Next Frame Type.

Whether its I Frame or S Frame


The documentation for this struct was generated from the following file: