2.5.4.11 BitOr

The BitOr function performs the bitwise OR operation.

ABNF:

 BitOr = val val " BITOR():128"

Required Arguments:

Name: Arg1

Type: vUnsignedInt

An argument that specifies the first operand of the calculation.

Name: Arg2

Type: vUnsignedInt

An argument that specifies the second operand of the calculation.

Return Value:

Type: PtgUnsWord

This function returns a PtgUnsWord containing the value of the bitwise OR operation between Arg1 and Arg2.