Package com.zebra.rfid.api3
Class STATE_AWARE_ACTION
java.lang.Object
com.zebra.rfid.api3.STATE_AWARE_ACTION
Action Parameter for PreFilter (C1G2 Select).
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intstatic final STATE_AWARE_ACTIONAction 1: Matching tags: assert SL , Non-matching tags: do nothingstatic final STATE_AWARE_ACTIONAction 0: Matching tags: assert SL , Non-matching tags: deassert SLstatic final STATE_AWARE_ACTIONAction 5: Matching tags: deassert SL , Non-matching tags: do nothingstatic final STATE_AWARE_ACTIONAction 4: Matching tags: inventoried state to B, Non-matching tags: inventoried state to Astatic final STATE_AWARE_ACTIONAction 1: Matching tags: inventoried state to A, Non-matching tags: do nothingstatic final STATE_AWARE_ACTIONAction 0: Matching tags: inventoried state to A, Non-matching tags: inventoried state to Bstatic final STATE_AWARE_ACTIONAction 3: Matching tags: (A to B, B to A), Non-matching tags: do nothingstatic final STATE_AWARE_ACTIONAction 3: Matching tags: (A to B, B to A), Non-matching tags: do nothing [Obsolete("Do not use this enumeration.static final STATE_AWARE_ACTIONAction 5: Matching tags: inventoried state to B, Non-matching tags: do nothingstatic final STATE_AWARE_ACTIONAction 4: Matching tags: deassert SL, Non-matching tags: assert SLstatic final STATE_AWARE_ACTIONAction 3: Matching tags: negate SL , Non-matching tags: do nothingstatic final STATE_AWARE_ACTIONAction 3: Matching tags: negate SL , Non-matching tags: do nothing [Obsolete("Do not use this enumeration.static final STATE_AWARE_ACTIONAction 6: Matching tags: do nothing, Non-matching tags: assert SLstatic final STATE_AWARE_ACTIONAction 2: Matching tags: do nothing, Non-matching tags: deassert SLstatic final STATE_AWARE_ACTIONAction 6: Matching tags: do nothing, Non-matching tags: inventoried state to Astatic final STATE_AWARE_ACTIONAction 7: Matching tags: do nothing, Non-matching tags: (A to B, B to A)static final STATE_AWARE_ACTIONAction 2: Matching tags: do nothing, Non-matching tags: inventoried state to Bstatic final STATE_AWARE_ACTIONAction 7: Matching tags: do nothing, Non-matching tags: negate SL -
Method Summary
-
Field Details
-
STATE_AWARE_ACTION_INV_A_NOT_INV_B
Action 0: Matching tags: inventoried state to A, Non-matching tags: inventoried state to B -
STATE_AWARE_ACTION_ASRT_SL_NOT_DSRT_SL
Action 0: Matching tags: assert SL , Non-matching tags: deassert SL -
STATE_AWARE_ACTION_INV_A
Action 1: Matching tags: inventoried state to A, Non-matching tags: do nothing -
STATE_AWARE_ACTION_ASRT_SL
Action 1: Matching tags: assert SL , Non-matching tags: do nothing -
STATE_AWARE_ACTION_NOT_INV_B
Action 2: Matching tags: do nothing, Non-matching tags: inventoried state to B -
STATE_AWARE_ACTION_NOT_DSRT_SL
Action 2: Matching tags: do nothing, Non-matching tags: deassert SL -
STATE_AWARE_ACTION_INV_A2BB2A
Action 3: Matching tags: (A to B, B to A), Non-matching tags: do nothing -
STATE_AWARE_ACTION_INV_A2BB2A_NOT_INV_A
Action 3: Matching tags: (A to B, B to A), Non-matching tags: do nothing [Obsolete("Do not use this enumeration. Use STATE_AWARE_ACTION_INV_A2BB2A")] -
STATE_AWARE_ACTION_NEG_SL
Action 3: Matching tags: negate SL , Non-matching tags: do nothing -
STATE_AWARE_ACTION_NEG_SL_NOT_ASRT_SL
Action 3: Matching tags: negate SL , Non-matching tags: do nothing [Obsolete("Do not use this enumeration. Use STATE_AWARE_ACTION_NEG_SL")] -
STATE_AWARE_ACTION_INV_B_NOT_INV_A
Action 4: Matching tags: deassert SL, Non-matching tags: assert SL -
STATE_AWARE_ACTION_DSRT_SL_NOT_ASRT_SL
Action 4: Matching tags: inventoried state to B, Non-matching tags: inventoried state to A -
STATE_AWARE_ACTION_INV_B
Action 5: Matching tags: inventoried state to B, Non-matching tags: do nothing -
STATE_AWARE_ACTION_DSRT_SL
Action 5: Matching tags: deassert SL , Non-matching tags: do nothing -
STATE_AWARE_ACTION_NOT_INV_A
Action 6: Matching tags: do nothing, Non-matching tags: inventoried state to A -
STATE_AWARE_ACTION_NOT_ASRT_SL
Action 6: Matching tags: do nothing, Non-matching tags: assert SL -
STATE_AWARE_ACTION_NOT_INV_A2BB2A
Action 7: Matching tags: do nothing, Non-matching tags: (A to B, B to A) -
STATE_AWARE_ACTION_NOT_NEG_SL
Action 7: Matching tags: do nothing, Non-matching tags: negate SL -
ordinal
public final int ordinal
-
-
Method Details