Xor Unsigned 64 bit Value
Jump to navigation
Jump to search
File:TArduinoXorUnsigned64BitValue.png
Summary
Performs a bitwise XOR operation between the input and a stored 64-bit unsigned value.
Description
The **Xor Unsigned 64-bit Value** component applies a bitwise XOR between the incoming 64-bit unsigned input and the configured **Value** property. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** property.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoIntegerCategory.png Category Integer – 64-bit integer bitwise operations.
Properties
- Enabled – Enables or disables the component.
- Value – 64-bit unsigned value used for the XOR operation.
Pins
Input Pins
- In – 64-bit unsigned input to be XORed.
Output Pins
- Out – Result of the XOR operation.