ReaderMode.SetTariStep Method

TegoOS

ReaderModeSetTariStep Method
Sets the step increment if the Tari value can be set in this mode.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public void SetTariStep(
	int tariStep
)
Public Sub SetTariStep ( 
	tariStep As Integer
)
public:
void SetTariStep(
	int tariStep
)
member SetTariStep : 
        tariStep : int -> unit 

Parameters

tariStep
Type: SystemInt32
Tari increment.
See Also