Uses of Class
com.rm5248.serial.SerialPort.Parity

Uses of SerialPort.Parity in com.rm5248.serial
 

Methods in com.rm5248.serial that return SerialPort.Parity
 SerialPort.Parity SerialPort.getParity()
          Get the parity of the serial port.
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 com.rm5248.serial with parameters of type SerialPort.Parity
 void SerialPort.setParity(SerialPort.Parity parity)
          Set the parity of the serial port, after the port has been opened.
 

Constructors in com.rm5248.serial with parameters of type SerialPort.Parity
SerialPort(java.lang.String portName, SerialPort.BaudRate rate, SerialPort.DataBits data, SerialPort.StopBits stop, SerialPort.Parity parity)
          Open the specified port, no flow control
SerialPort(java.lang.String portName, SerialPort.BaudRate rate, SerialPort.DataBits data, SerialPort.StopBits stop, SerialPort.Parity parity, SerialPort.FlowControl flow)
          Open the specified port, defining all options