2.5.4.12 BitXor

The BitXor function performs the bitwise XOR operation.

ABNF:

 BitXor = val val " BITXOR():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 XOR operation between Arg1 and Arg2.