TriggerType EnumerationGIGATMS.UHF Help Documentation
Specifies the way of triggering to turn on the RF power to read tag data.

Namespace: com.gigatms.parameters
Assembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax

public enum TriggerType
Members

  Member nameValueDescription
Cimmand1 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.
DigitalInput_Sensor6 The RF power is turning on when user presses the button or sensor detects a tag to read tag data.
See Also

Reference