Package com.ftdi

Enum Class FlowControl

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

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

    • FLOW_NONE

      public static final FlowControl FLOW_NONE
    • FLOW_RTS_CTS

      public static final FlowControl FLOW_RTS_CTS
    • FLOW_DTR_DSR

      public static final FlowControl FLOW_DTR_DSR
    • FLOW_XON_XOFF

      public static final FlowControl FLOW_XON_XOFF
  • Method Details

    • values

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