Gets or sets the value dictating whether or not to reflect the incoming data before calculating. (UART)

Namespace:  Classless.Hasher
Assembly:  Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599

Syntax

C#
public bool ReflectInput { get; set; }
Visual Basic (Declaration)
Public Property ReflectInput As Boolean
Visual C++
public:
property bool ReflectInput {
	bool get ();
	void set (bool value);
}

See Also