Uses of Enum Class
com.ftdi.FlowControl
Packages that use FlowControl
-
Uses of FlowControl in com.ftdi
Methods in com.ftdi that return FlowControlModifier and TypeMethodDescriptionstatic FlowControlReturns the enum constant of this class with the specified name.static FlowControl[]FlowControl.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ftdi with parameters of type FlowControlModifier and TypeMethodDescriptionvoidFTDevice.setFlowControl(FlowControl flowControl) Sets the flow control for the device.voidFTDevice.setFlowControl(FlowControl flowControl, byte uXon, byte uXoff) Sets the flow control for the device.