Click or drag to resize

TriggerType Enumeration

Specifies the way of triggering to turn on the RF power to read tag data.

Namespace:  com.gigatms.Parameters.TS800
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public enum TriggerType
Members
  Member nameValueDescription
Command1 The RF power is turning on when calliing StartInventory(TagPresentedType) method.
DigitalInput2 The RF power is turning on when user presses the button.
Sensor4 The RF power is turning on when the sensor detects a tag.
See Also