Class StopTrigger


  • public class StopTrigger
    extends java.lang.Object
    Stop Trigger Information.
    • 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.
      • setTriggerType

        public void setTriggerType​(STOP_TRIGGER_TYPE triggerType)
        Type of Stop Trigger.