ReaderSettings.ResetOnInitialize Property

TegoOS

ReaderSettingsResetOnInitialize Property
Gets or sets whether the reader should be reset to factory settings when Initialize is called (default true).

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public bool ResetOnInitialize { get; set; }
Public Property ResetOnInitialize As Boolean
	Get
	Set
public:
property bool ResetOnInitialize {
	bool get ();
	void set (bool value);
}
member ResetOnInitialize : bool with get, set

Property Value

Type: Boolean
See Also