Uses of Class
jmri.jmrix.SerialPort.Parity
-
Packages that use SerialPort.Parity Package Description jmri.jmrix Interfaces and implementations for system-specific code.jmri.jmrix.fakeport jmri.jmrix.jserialcomm -
-
Uses of SerialPort.Parity in jmri.jmrix
Methods in jmri.jmrix that return SerialPort.Parity Modifier and Type Method Description SerialPort.Parity
SerialPort. getParity()
static SerialPort.Parity
SerialPort.Parity. getParity(int parity)
static SerialPort.Parity
SerialPort.Parity. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SerialPort.Parity[]
SerialPort.Parity. 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 SerialPort.Parity Modifier and Type Method Description static SerialPort
AbstractSerialPortController. activatePort(java.lang.String systemPrefix, java.lang.String portName, org.slf4j.Logger log, int stop_bits, SerialPort.Parity parity)
Do the formal opening of the port, set the port for blocking reads without timeout, set the port to 8 data bits, the indicated number of stop bits and parity, and purge the port's input stream.void
SerialPort. setParity(SerialPort.Parity parity)
-
Uses of SerialPort.Parity in jmri.jmrix.fakeport
Methods in jmri.jmrix.fakeport that return SerialPort.Parity Modifier and Type Method Description SerialPort.Parity
FakeSerialPort. getParity()
Methods in jmri.jmrix.fakeport with parameters of type SerialPort.Parity Modifier and Type Method Description void
FakeSerialPort. setParity(SerialPort.Parity parity)
-
Uses of SerialPort.Parity in jmri.jmrix.jserialcomm
Methods in jmri.jmrix.jserialcomm that return SerialPort.Parity Modifier and Type Method Description SerialPort.Parity
JSerialPort. getParity()
Methods in jmri.jmrix.jserialcomm with parameters of type SerialPort.Parity Modifier and Type Method Description static JSerialPort
JSerialPort. activatePort(java.lang.String systemPrefix, java.lang.String portName, org.slf4j.Logger log, int stop_bits, SerialPort.Parity parity)
Open the port.void
JSerialPort. setParity(SerialPort.Parity parity)
-