Bat.Run
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!
Parameters (request frame)
Name
|
Type/Size
|
Description
|
Length of SubCmds
|
Integer (8 bits)
|
Number of elements in the SubCmds array
|
SubCmds
|
Array
|
-
|
|
ConditionBits
|
Integer (16 bits)
|
All condition bits in this bit mask have to be set
to execute this command.
|
|
DevCode
|
Integer (8 bits)
|
Device Code of BRP command.
|
|
CmdCode
|
Integer (8 bits)
|
Command Code of BRP command.
|
|
Length of Params
|
Integer (16 bits)
|
Length of Params in bytes
|
|
Params
|
Raw data
|
Parameters.
|
Returned values (response frame)
Name
|
Type/Size
|
Description
|
Length of Rsps
|
Integer (8 bits)
|
Number of elements in the Rsps array
|
Rsps
|
Array
|
-
|
|
Status
|
Integer (8 bits)
|
Status Code.
|
|
Length of Resp
|
Integer (16 bits)
|
Length of Resp in bytes
|
|
Resp
|
Raw data
|
Response Data.
|