Click or drag to resize

SettingsTagPresentedRepeatInterval Property

Time interval between reader raise a OnTagPresented or OnTagPresentedEx event. This setting control how often to notify that a tag is presented, not how often the reader inventory. Valid values are 1 to 253 (0.1s ~ 25.3s), 0 (immediately) and 254 (Never repeat). Default value is 254. Immediately means reader will raise tag presented event after each inventory round as soon as possible. Never repeat means tag presented event will raise only once until the tag is considered removed and show up again.

Namespace:  com.gigatms.Parameters.TS800_60
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public int TagPresentedRepeatInterval { get; set; }

Property Value

Type: Int32
The tag presented repeat interval (unit is 100ms).
See Also