BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_DHWCtrl_BgmRead | ( | brp_protocol | protocol, |
unsigned | Timeout, | ||
brp_buf * | Rsp, | ||
size_t * | Rsp_len, | ||
brp_mempool * | mempool | ||
) |
Read from Bgm12X.
[in] | protocol | used to execute the command |
[in] | Timeout | Maximum time to wait for receiving data. |
[out] | Rsp | Received data Bytes. |
[out] | Rsp_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 |