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.9.4179.24336

Syntax

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

See Also