Uses of Class
jmri.jmrix.AbstractSerialPortController.Blocking
-
Packages that use AbstractSerialPortController.Blocking Package Description jmri.jmrix Interfaces and implementations for system-specific code. -
-
Uses of AbstractSerialPortController.Blocking in jmri.jmrix
Methods in jmri.jmrix that return AbstractSerialPortController.Blocking Modifier and Type Method Description static AbstractSerialPortController.Blocking
AbstractSerialPortController.Blocking. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractSerialPortController.Blocking[]
AbstractSerialPortController.Blocking. 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.Blocking Modifier and Type Method Description protected void
AbstractSerialPortController. setComPortTimeouts(SerialPort serialPort, AbstractSerialPortController.Blocking blocking, int timeout)
-