Gets or sets the value dictating whether or not to reflect the incoming data before calculating. (UART)
Namespace: LLCryptoLib.HashAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
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); } |