Specifies the way of triggering to turn on the RF power to read tag data.
Namespace:
com.gigatms.Parameters.UR0250
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
SyntaxPublic Enumeration TriggerType
public enum class TriggerType
Members
| Member name | Value | Description |
---|
| Command | 1 |
The RF power is turning on when calliing StartInventory(TagPresentedType) method.
|
| DigitalInput | 2 |
The RF power is turning on when user presses the button.
|
| Sensor | 4 |
The RF power is turning on when the sensor detects a tag.
|
See Also