Uses of Enum
jmri.jmrix.AbstractSerialPortController.FlowControl
Packages that use AbstractSerialPortController.FlowControl
Package
Description
Interfaces and implementations for system-specific code.
Defines classes for communicating with the CAN network
via hardware which uses the
GridConnect format.
-
Uses of AbstractSerialPortController.FlowControl in jmri.jmrix
Methods in jmri.jmrix that return AbstractSerialPortController.FlowControlModifier and TypeMethodDescriptionprotected final AbstractSerialPortController.FlowControlAbstractSerialPortController.getFlowControl(SerialPort serialPort) get the flow control mode back from the actual port.Returns the enum constant of this type with the specified name.AbstractSerialPortController.FlowControl.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrix with parameters of type AbstractSerialPortController.FlowControlModifier and TypeMethodDescriptionprotected final voidAbstractSerialPortController.setFlowControl(SerialPort serialPort, AbstractSerialPortController.FlowControl flow) Configure the flow control settings.voidSerialPort.setFlowControl(AbstractSerialPortController.FlowControl flow) Configure the flow control settings. -
Uses of AbstractSerialPortController.FlowControl in jmri.jmrix.can.adapters.gridconnect
Fields in jmri.jmrix.can.adapters.gridconnect declared as AbstractSerialPortController.FlowControlModifier and TypeFieldDescriptionprotected AbstractSerialPortController.FlowControlGcSerialDriverAdapter.flowControlConstructors in jmri.jmrix.can.adapters.gridconnect with parameters of type AbstractSerialPortController.FlowControlModifierConstructorDescriptionCreates a new CAN GridConnect Network Driver Adapter. -
Uses of AbstractSerialPortController.FlowControl in jmri.jmrix.fakeport
Methods in jmri.jmrix.fakeport with parameters of type AbstractSerialPortController.FlowControlModifier and TypeMethodDescriptionvoidFakeSerialPort.setFlowControl(AbstractSerialPortController.FlowControl flow) -
Uses of AbstractSerialPortController.FlowControl in jmri.jmrix.jserialcomm
Methods in jmri.jmrix.jserialcomm with parameters of type AbstractSerialPortController.FlowControlModifier and TypeMethodDescriptionfinal voidJSerialPort.setFlowControl(AbstractSerialPortController.FlowControl flow) Configure the flow control settings. -
Uses of AbstractSerialPortController.FlowControl in jmri.jmrix.sprog.serialdriver
Methods in jmri.jmrix.sprog.serialdriver with parameters of type AbstractSerialPortController.FlowControlModifier and TypeMethodDescriptionvoidSerialDriverAdapter.setHandshake(AbstractSerialPortController.FlowControl flow) Set the flow control.