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.ParitySerialPort. getParity()static SerialPort.ParitySerialPort.Parity. getParity(int parity)static SerialPort.ParitySerialPort.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 SerialPortAbstractSerialPortController. 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.voidSerialPort. 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.ParityFakeSerialPort. getParity()Methods in jmri.jmrix.fakeport with parameters of type SerialPort.Parity Modifier and Type Method Description voidFakeSerialPort. 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.ParityJSerialPort. getParity()Methods in jmri.jmrix.jserialcomm with parameters of type SerialPort.Parity Modifier and Type Method Description static JSerialPortJSerialPort. activatePort(java.lang.String systemPrefix, java.lang.String inputPortName, org.slf4j.Logger log, int stop_bits, SerialPort.Parity parity)Open the port.voidJSerialPort. setParity(SerialPort.Parity parity)
-