Class StopTrigger
Stop Trigger Information.
Inheritance
System.Object
StopTrigger
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class StopTrigger
Fields
GPI
GPI with a timeout value if type is STOP_TRIGGER_TYPE_GPI_WITH_TIMEOUT
Declaration
public GPITrigger GPI
Field Value
| Type | Description |
|---|---|
| GPITrigger |
Handheld
HandheldTrigger with a timeout value if type is STOP_TRIGGER_TYPE_HANDHELD_WITH_TIMEOUT
Declaration
public HandheldTrigger Handheld
Field Value
| Type | Description |
|---|---|
| HandheldTrigger |
NumAttempts
N attempts to see all tags in the FOV, or timeout if type is STOP_TRIGGER_TYPE_N_ATTEMPTS_WITH_TIMEOUT.
Declaration
public TriggerWithTimeout NumAttempts
Field Value
| Type | Description |
|---|---|
| TriggerWithTimeout |
TagObservation
Upon seeing N tag observations, or timeout if type is STOP_TRIGGER_TYPE_TAG_OBSERVATION_WITH_TIMEOUT.
Declaration
public TriggerWithTimeout TagObservation
Field Value
| Type | Description |
|---|---|
| TriggerWithTimeout |
Properties
Duration
Parameter for Duration Trigger. Duration in Milli-seconds if type is STOP_TRIGGER_TYPE_DURATION.
Declaration
public uint Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
Type
Type of Stop Trigger.
Declaration
public STOP_TRIGGER_TYPE Type { get; set; }
Property Value
| Type | Description |
|---|---|
| STOP_TRIGGER_TYPE |