Uses of Enum
jmri.jmrix.SerialPort.Parity
Packages that use SerialPort.Parity
Package
Description
Interfaces and implementations for system-specific code.
-
Uses of SerialPort.Parity in jmri.jmrix
Methods in jmri.jmrix that return SerialPort.ParityModifier and TypeMethodDescriptionSerialPort.getParity()static SerialPort.ParitySerialPort.Parity.getParity(int parity) static SerialPort.ParityReturns 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.ParityModifier and TypeMethodDescriptionstatic SerialPortAbstractSerialPortController.activatePort(String systemPrefix, 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.ParityMethods in jmri.jmrix.fakeport with parameters of type SerialPort.Parity -
Uses of SerialPort.Parity in jmri.jmrix.jserialcomm
Methods in jmri.jmrix.jserialcomm that return SerialPort.ParityMethods in jmri.jmrix.jserialcomm with parameters of type SerialPort.ParityModifier and TypeMethodDescriptionstatic JSerialPortJSerialPort.activatePort(String systemPrefix, String inputPortName, org.slf4j.Logger log, int stop_bits, SerialPort.Parity parity) Open the port.voidJSerialPort.setParity(SerialPort.Parity parity)