![]() |
BALTECH Docs |
C API for BALTECH SDK
|
| brp_errcode brp_TTF_ReadByteStream | ( | brp_protocol | protocol, |
| bool | ResetDataPtr, | ||
| unsigned | SamplingTime, | ||
| unsigned | Rxlen, | ||
| brp_TTF_ReadByteStream_RxMod | RxMod, | ||
| brp_buf * | Data, | ||
| size_t * | Data_len, | ||
| brp_mempool * | mempool | ||
| ) |
Returns raw data of the 125 kHz HF interface.
| [in] | protocol | used to execute the command |
| [in] | ResetDataPtr | Resets data pointer and starts sampling. |
| [in] | SamplingTime | For ID-engine X: If different from 0, this parameter starts new sampling. For ID-engine Z: Dummy value |
| [in] | Rxlen | Number of Bytes to receive. |
| [in] | RxMod | Decoder settings - for ID-engine Z use SMPL. |
| [out] | Data | |
| [out] | Data_len | |
| [in] | mempool | is used to store response data. Maybe NULL to use an internal mempool, in this case the data is only available until another command uses the internal mempool |