Class BATCH_MODE

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

public class BATCH_MODE extends Object
Contains the state parameters of batch mode state and getters of these states. Supported only in RFD8500
  • Field Details

    • DISABLE

      public static final BATCH_MODE DISABLE
      batchmode disable
    • AUTO

      public static final BATCH_MODE AUTO
      batchmode auto
    • ENABLE

      public static final BATCH_MODE ENABLE
      batchmode enable
    • ordinal

      public final int ordinal
  • Method Details

    • GetBatchModeCodeValue

      public static Object GetBatchModeCodeValue(int value)
    • GetBatchModeCodeValue

      public static Object GetBatchModeCodeValue(String value)
    • equals

      public boolean equals(int val)
    • getValue

      public int getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object