Error counter reset value.

Namespace: BasicCard.BasicCards.Components
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public byte EcResetValue { get; set; }
Visual Basic
Public Property EcResetValue As Byte
	Get
	Set
Visual C++
public:
property unsigned char EcResetValue {
	unsigned char get ();
	void set (unsigned char value);
}
F#
member EcResetValue : byte with get, set

Property Value

Type: Byte

See Also