Enum Class RfidPower

java.lang.Object
java.lang.Enum<RfidPower>
com.tccc.kos.ext.freestyle.hardware.rfid.RfidPower
All Implemented Interfaces:
Serializable, Comparable<RfidPower>, Constable

public enum RfidPower extends Enum<RfidPower>
RFID power settings.
Version:
2023-09-14
  • Enum Constant Details

    • POWER_OFF

      public static final RfidPower POWER_OFF
    • POWER_10dBm

      public static final RfidPower POWER_10dBm
    • POWER_11dBm

      public static final RfidPower POWER_11dBm
    • POWER_12dBm

      public static final RfidPower POWER_12dBm
    • POWER_13dBm

      public static final RfidPower POWER_13dBm
    • POWER_14dBm

      public static final RfidPower POWER_14dBm
    • POWER_15dBm

      public static final RfidPower POWER_15dBm
    • POWER_16dBm

      public static final RfidPower POWER_16dBm
    • POWER_17dBm

      public static final RfidPower POWER_17dBm
    • POWER_18dBm

      public static final RfidPower POWER_18dBm
    • POWER_19dBm

      public static final RfidPower POWER_19dBm
    • POWER_20dBm

      public static final RfidPower POWER_20dBm
    • POWER_21dBm

      public static final RfidPower POWER_21dBm
    • POWER_22dBm

      public static final RfidPower POWER_22dBm
    • POWER_23dBm

      public static final RfidPower POWER_23dBm
    • POWER_24dBm

      public static final RfidPower POWER_24dBm
    • POWER_25dBm

      public static final RfidPower POWER_25dBm
    • POWER_26dBm

      public static final RfidPower POWER_26dBm
    • POWER_27dBm

      public static final RfidPower POWER_27dBm
  • Method Details

    • values

      public static RfidPower[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static RfidPower valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getDriverValue

      public int getDriverValue()
      Return the value to send to the driver.
      Returns:
      the value to send to the driver