C API for BALTECH SDK

§ brp_LT_TransparentCmd()

brp_errcode brp_LT_TransparentCmd ( brp_protocol  protocol,
unsigned  EnBitMode,
unsigned  EnCRCRX,
unsigned  EnCRCTX,
unsigned  ParityMode,
unsigned  EnParity,
unsigned  LenLo,
unsigned  LenHi,
unsigned  TimeoutLo,
unsigned  TimeoutHi,
unsigned  DSI,
unsigned  DRI,
brp_buf  Data,
size_t  Data_len,
unsigned *  ReturnLenLo,
unsigned *  ReturnLenHi,
unsigned *  ColPos,
brp_buf ReturnData,
size_t *  ReturnData_len,
brp_mempool mempool 
)

Parameters
[in]protocolused to execute the command
[in]EnBitMode
[in]EnCRCRX
[in]EnCRCTX
[in]ParityMode
[in]EnParity
[in]LenLo
[in]LenHi
[in]TimeoutLo
[in]TimeoutHi
[in]DSI
[in]DRI
[in]Data
[in]Data_len
[out]ReturnLenLo
[out]ReturnLenHi
[out]ColPosCollision Position.
[out]ReturnData
[out]ReturnData_len
[in]mempoolis 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
Deprecated:
This command may be removed in future!