Class Antennas.AntennaRfConfig.AntennaStopTrigger
Antenna Stop trigger configuration
Inheritance
System.Object
Antennas.AntennaRfConfig.AntennaStopTrigger
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 AntennaStopTrigger
Properties
AntennaStopConditionValue
No of Inventory attempts if the stop trigger is configured ANTENNA_STOP_TRIGGER_TYPE_N_ATTEMPTS
Invetory Duration in Milli Seconds if the stop trigger is ANTENNA_STOP_TRIGGER_TYPE_DURATION_MILLISECS
Invetory Duration in Seconds if the stop trigger is ANTENNA_STOP_TRIGGER_TYPE_DURATION_SECS
Declaration
public ushort AntennaStopConditionValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
StopTriggerType
Gets or sets the StopTriggerType
Declaration
public ANTENNA_STOP_TRIGGER_TYPE StopTriggerType { get; set; }
Property Value
| Type | Description |
|---|---|
| ANTENNA_STOP_TRIGGER_TYPE |