Package com.ftdi

Enum Class BitModes

All Implemented Interfaces:
Serializable, Comparable<BitModes>, java.lang.constant.Constable

public enum BitModes extends Enum<BitModes>
Bit Modes
Author:
Peter Kocsis invalid input: '<'p. kocsis. 2. 7182 at gmail.com>
  • Enum Constant Details

    • BITMODE_RESET

      public static final BitModes BITMODE_RESET
    • BITMODE_ASYNC_BITBANG

      public static final BitModes BITMODE_ASYNC_BITBANG
    • BITMODE_MPSSE

      public static final BitModes BITMODE_MPSSE
    • BITMODE_SYNC_BITBANG

      public static final BitModes BITMODE_SYNC_BITBANG
    • BITMODE_MCU_HOST

      public static final BitModes BITMODE_MCU_HOST
    • BITMODE_FAST_SERIAL

      public static final BitModes BITMODE_FAST_SERIAL
    • BITMODE_CBUS_BITBANG

      public static final BitModes BITMODE_CBUS_BITBANG
    • BITMODE_SYNC_FIFO

      public static final BitModes BITMODE_SYNC_FIFO
  • Method Details

    • values

      public static BitModes[] 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 BitModes 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