Package com.ftdi

Enum Class DeviceType

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

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

    • DEVICE_232BM

      public static final DeviceType DEVICE_232BM
    • DEVICE_232AM

      public static final DeviceType DEVICE_232AM
    • DEVICE_100AX

      public static final DeviceType DEVICE_100AX
    • DEVICE_UNKNOWN

      public static final DeviceType DEVICE_UNKNOWN
    • DEVICE_2232C

      public static final DeviceType DEVICE_2232C
    • DEVICE_232R

      public static final DeviceType DEVICE_232R
    • DEVICE_2232H

      public static final DeviceType DEVICE_2232H
    • DEVICE_4232H

      public static final DeviceType DEVICE_4232H
    • DEVICE_232H

      public static final DeviceType DEVICE_232H
    • DEVICE_X_SERIES

      public static final DeviceType DEVICE_X_SERIES
    • DEVICE_4222H_0

      public static final DeviceType DEVICE_4222H_0
    • DEVICE_4222H_1_2

      public static final DeviceType DEVICE_4222H_1_2
    • DEVICE_4222H_3

      public static final DeviceType DEVICE_4222H_3
  • Method Details

    • values

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