ReaderMode.TariStep Property

TegoOS

ReaderModeTariStep Property
Gets the step increment if the Tari value can be set in this mode. If not settable is 0.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public int TariStep { get; }
Public ReadOnly Property TariStep As Integer
	Get
public:
virtual property int TariStep {
	int get () sealed;
}
abstract TariStep : int with get
override TariStep : int with get

Property Value

Type: Int32

Implements

IReaderModeTariStep
See Also