BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_DHWCtrl_MirrorData | ( | brp_protocol | protocol, |
brp_buf | Data, | ||
size_t | Data_len, | ||
brp_buf * | MirroredData, | ||
size_t * | MirroredData_len, | ||
brp_mempool * | mempool | ||
) |
Sends the exact same data back.
[in] | protocol | used to execute the command |
[in] | Data | |
[in] | Data_len | |
[out] | MirroredData | |
[out] | MirroredData_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 |