Uses of Class
jmri.jmrix.AbstractSerialPortController.FlowControl
-
Packages that use AbstractSerialPortController.FlowControl Package Description jmri.jmrix Interfaces and implementations for system-specific code.jmri.jmrix.can.adapters.gridconnect Defines classes for communicating with the CAN network via hardware which uses the GridConnect format.jmri.jmrix.fakeport jmri.jmrix.jserialcomm jmri.jmrix.sprog.serialdriver -
-
Uses of AbstractSerialPortController.FlowControl in jmri.jmrix
Methods in jmri.jmrix that return AbstractSerialPortController.FlowControl Modifier and Type Method Description protected AbstractSerialPortController.FlowControl
AbstractSerialPortController. getFlowControl(SerialPort serialPort)
get the flow control mode back from the actual port.static AbstractSerialPortController.FlowControl
AbstractSerialPortController.FlowControl. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractSerialPortController.FlowControl[]
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.FlowControl Modifier and Type Method Description protected void
AbstractSerialPortController. setFlowControl(SerialPort serialPort, AbstractSerialPortController.FlowControl flow)
Configure the flow control settings.void
SerialPort. 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.FlowControl Modifier and Type Field Description protected AbstractSerialPortController.FlowControl
GcSerialDriverAdapter. flowControl
Constructors in jmri.jmrix.can.adapters.gridconnect with parameters of type AbstractSerialPortController.FlowControl Constructor Description GcSerialDriverAdapter(java.lang.String prefix, AbstractSerialPortController.FlowControl flow)
Creates 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.FlowControl Modifier and Type Method Description void
FakeSerialPort. setFlowControl(AbstractSerialPortController.FlowControl flow)
-
Uses of AbstractSerialPortController.FlowControl in jmri.jmrix.jserialcomm
Methods in jmri.jmrix.jserialcomm with parameters of type AbstractSerialPortController.FlowControl Modifier and Type Method Description void
JSerialPort. 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.FlowControl Modifier and Type Method Description void
SerialDriverAdapter. setHandshake(AbstractSerialPortController.FlowControl flow)
Set the flow control.
-