BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Bat_Run | ( | brp_protocol | protocol, |
brp_Bat_Run_SubCmds_Entry * | SubCmds, | ||
size_t | SubCmds_len, | ||
brp_Bat_Run_Rsps_Entry ** | Rsps, | ||
size_t * | Rsps_len, | ||
brp_mempool * | mempool | ||
) |
Run a batch of BRP commands Via condition bits, it is possible to run sub- commands selectively.
When this command is started, all condition bits are reset to 0. Currently, there are no commands that support setting condition bits!
[in] | protocol | used to execute the command |
[in] | SubCmds | |
[in] | SubCmds_len | |
[out] | Rsps | |
[out] | Rsps_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 |