Class StopTrigger

java.lang.Object
com.zebra.rfid.api3.StopTrigger

public class StopTrigger extends Object
Stop Trigger Information.
  • Field Details

    • 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:
  • 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

      public STOP_TRIGGER_TYPE getTriggerType()
      Type of Stop Trigger.
    • setTriggerType

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