BALTECH Docs |
C API for BALTECH SDK
|
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 | ||
) |
[in] | protocol | used 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] | ColPos | Collision Position. |
[out] | ReturnData | |
[out] | ReturnData_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 |