Package com.zebra.rfid.api3
Class StopTrigger
- java.lang.Object
-
- com.zebra.rfid.api3.StopTrigger
-
public class StopTrigger extends java.lang.ObjectStop Trigger Information.
-
-
Field Summary
Fields Modifier and Type Field Description TriggerWithTimeoutAccessCountAccess operation N attempts if type is STOP_TRIGGER_TYPE_ACCESS_N_ATTEMPTS_WITH_TIMEOUT //TODO:GPITrigger[]GPINot Supported in the RFID Android API SDK.HandheldTriggerHandheldHandheldTrigger with a timeout value if type is STOP_TRIGGER_TYPE_HANDHELD_WITH_TIMEOUTTriggerWithTimeoutNumAttemptsN attempts to see all tags in the FOV, or timeout \ if type is STOP_TRIGGER_TYPE_N_ATTEMPTS_WITH_TIMEOUT.TriggerWithTimeoutTagObservationUpon seeing N tag observations, or timeout if type is STOP_TRIGGER_TYPE_TAG_OBSERVATION_WITH_TIMEOUT.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDurationMilliSeconds()Parameter for Duration Trigger.STOP_TRIGGER_TYPEgetTriggerType()Type of Stop Trigger.voidsetDurationMilliSeconds(int duration)Parameter for Duration Trigger.voidsetTriggerType(STOP_TRIGGER_TYPE triggerType)Type of Stop Trigger.
-
-
-
Field Detail
-
TagObservation
public TriggerWithTimeout TagObservation
Upon seeing N tag observations, or timeout if type is STOP_TRIGGER_TYPE_TAG_OBSERVATION_WITH_TIMEOUT.
-
NumAttempts
public TriggerWithTimeout NumAttempts
N attempts to see all tags in the FOV, or timeout \ if type is STOP_TRIGGER_TYPE_N_ATTEMPTS_WITH_TIMEOUT.
-
GPI
public GPITrigger[] GPI
Not Supported in the RFID Android API SDK. GPI with a timeout value if type is STOP_TRIGGER_TYPE_GPI_WITH_TIMEOUT.
-
Handheld
public HandheldTrigger Handheld
HandheldTrigger with a timeout value if type is STOP_TRIGGER_TYPE_HANDHELD_WITH_TIMEOUT
-
AccessCount
public TriggerWithTimeout AccessCount
Access operation N attempts if type is STOP_TRIGGER_TYPE_ACCESS_N_ATTEMPTS_WITH_TIMEOUT //TODO:
-
-
Method Detail
-
getDurationMilliSeconds
public int getDurationMilliSeconds()
Parameter for Duration Trigger. Duration in Milli-seconds if type is STOP_TRIGGER_TYPE_DURATION.
-
setDurationMilliSeconds
public void setDurationMilliSeconds(int duration)
Parameter for Duration Trigger. Duration in Milli-seconds if type is STOP_TRIGGER_TYPE_DURATION.
-
getTriggerType
public STOP_TRIGGER_TYPE getTriggerType()
Type of Stop Trigger.
-
setTriggerType
public void setTriggerType(STOP_TRIGGER_TYPE triggerType)
Type of Stop Trigger.
-
-