Package com.zebra.rfid.api3
Class STOP_TRIGGER_TYPE
- java.lang.Object
-
- com.zebra.rfid.api3.STOP_TRIGGER_TYPE
-
public class STOP_TRIGGER_TYPE extends java.lang.ObjectSTOP_TRIGGER_TYPE: Stop Trigger Type Parameter for Inventory and Access operations
-
-
Field Summary
Fields Modifier and Type Field Description intordinalstatic STOP_TRIGGER_TYPESTOP_TRIGGER_TYPE_ACCESS_N_ATTEMPTS_WITH_TIMEOUTStop after a specified number of access attemptsstatic STOP_TRIGGER_TYPESTOP_TRIGGER_TYPE_DURATIONStop after a specified durationstatic STOP_TRIGGER_TYPESTOP_TRIGGER_TYPE_GPI_WITH_TIMEOUTStop after a specified GPI Timeoutstatic STOP_TRIGGER_TYPESTOP_TRIGGER_TYPE_HANDHELD_WITH_TIMEOUTStop after a specified Handheld Trigger Gun/Button Timeoutstatic STOP_TRIGGER_TYPESTOP_TRIGGER_TYPE_IMMEDIATEStop immediately when StopInventory or StopAccessSequence is calledstatic STOP_TRIGGER_TYPESTOP_TRIGGER_TYPE_N_ATTEMPTS_WITH_TIMEOUTStop after a specified number of attemptsstatic STOP_TRIGGER_TYPESTOP_TRIGGER_TYPE_TAG_OBSERVATION_WITH_TIMEOUTStop after a specified number of Tags are read
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(int val)intgetValue()java.lang.StringtoString()
-
-
-
Field Detail
-
STOP_TRIGGER_TYPE_IMMEDIATE
public static final STOP_TRIGGER_TYPE STOP_TRIGGER_TYPE_IMMEDIATE
Stop immediately when StopInventory or StopAccessSequence is called
-
STOP_TRIGGER_TYPE_DURATION
public static final STOP_TRIGGER_TYPE STOP_TRIGGER_TYPE_DURATION
Stop after a specified duration
-
STOP_TRIGGER_TYPE_GPI_WITH_TIMEOUT
public static final STOP_TRIGGER_TYPE STOP_TRIGGER_TYPE_GPI_WITH_TIMEOUT
Stop after a specified GPI Timeout
-
STOP_TRIGGER_TYPE_TAG_OBSERVATION_WITH_TIMEOUT
public static final STOP_TRIGGER_TYPE STOP_TRIGGER_TYPE_TAG_OBSERVATION_WITH_TIMEOUT
Stop after a specified number of Tags are read
-
STOP_TRIGGER_TYPE_N_ATTEMPTS_WITH_TIMEOUT
public static final STOP_TRIGGER_TYPE STOP_TRIGGER_TYPE_N_ATTEMPTS_WITH_TIMEOUT
Stop after a specified number of attempts
-
STOP_TRIGGER_TYPE_HANDHELD_WITH_TIMEOUT
public static final STOP_TRIGGER_TYPE STOP_TRIGGER_TYPE_HANDHELD_WITH_TIMEOUT
Stop after a specified Handheld Trigger Gun/Button Timeout
-
STOP_TRIGGER_TYPE_ACCESS_N_ATTEMPTS_WITH_TIMEOUT
public static final STOP_TRIGGER_TYPE STOP_TRIGGER_TYPE_ACCESS_N_ATTEMPTS_WITH_TIMEOUT
Stop after a specified number of access attempts
-
ordinal
public final int ordinal
-
-