Uses of Enum Class
com.pi4j.io.serial.FlowControl
Packages that use FlowControl
-
Uses of FlowControl in com.pi4j.io.serial
Fields in com.pi4j.io.serial declared as FlowControlModifier and TypeFieldDescriptionstatic final FlowControlSerial.DEFAULT_FLOW_CONTROLConstantDEFAULT_FLOW_CONTROLMethods in com.pi4j.io.serial that return FlowControlModifier and TypeMethodDescriptionSerialConfig.flowControl()flowControl.default FlowControlSerialConfig.getFlowControl()getFlowControl.static FlowControlFlowControl.getInstance(int control) getInstance.static FlowControlFlowControl.getInstance(String flow_control) getInstance.static FlowControlparse.static 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.pi4j.io.serial with parameters of type FlowControlModifier and TypeMethodDescriptionSerialConfigBuilder.flowControl(FlowControl control) flowControl.