outputs | Desired output ports. Can be a constant or a variable, see Output port constants. For multiple outputs at the same time you need to add single output port values into a byte array and pass the array instead of a single numeric value. |
field1 | The 1st output port field to access, this should be a constant, see Output field constants. |
val1 | Value to set for the 1st field. |
fieldN | The Nth output port field to access, this should be a constant, see Output field constants. |
valN | The value to set for the Nth field. |