Package com.zebra.rfid.api3
Class StopTrigger
java.lang.Object
com.zebra.rfid.api3.StopTrigger
Stop Trigger Information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAccess operation N attempts if type is STOP_TRIGGER_TYPE_ACCESS_N_ATTEMPTS_WITH_TIMEOUT //TODO:Not Supported in the RFID Android API SDK.HandheldTrigger with a timeout value if type is STOP_TRIGGER_TYPE_HANDHELD_WITH_TIMEOUTN attempts to see all tags in the FOV, or timeout \ if type is STOP_TRIGGER_TYPE_N_ATTEMPTS_WITH_TIMEOUT.Upon seeing N tag observations, or timeout if type is STOP_TRIGGER_TYPE_TAG_OBSERVATION_WITH_TIMEOUT. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Parameter for Duration Trigger.Type of Stop Trigger.void
setDurationMilliSeconds
(int duration) Parameter for Duration Trigger.void
setTriggerType
(STOP_TRIGGER_TYPE triggerType) Type of Stop Trigger.
-
Field Details
-
TagObservation
Upon seeing N tag observations, or timeout if type is STOP_TRIGGER_TYPE_TAG_OBSERVATION_WITH_TIMEOUT. -
NumAttempts
N attempts to see all tags in the FOV, or timeout \ if type is STOP_TRIGGER_TYPE_N_ATTEMPTS_WITH_TIMEOUT. -
GPI
Not Supported in the RFID Android API SDK. GPI with a timeout value if type is STOP_TRIGGER_TYPE_GPI_WITH_TIMEOUT. -
Handheld
HandheldTrigger with a timeout value if type is STOP_TRIGGER_TYPE_HANDHELD_WITH_TIMEOUT -
AccessCount
Access operation N attempts if type is STOP_TRIGGER_TYPE_ACCESS_N_ATTEMPTS_WITH_TIMEOUT //TODO:
-
-
Constructor Details
-
StopTrigger
public StopTrigger()
-
-
Method Details
-
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
Type of Stop Trigger. -
setTriggerType
Type of Stop Trigger.
-