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

Uses of SerialPort.FlowControl in com.rm5248.serial
 

Methods in com.rm5248.serial that return SerialPort.FlowControl
 SerialPort.FlowControl SerialPort.getFlowControl()
          Get the flow control for the serial port.
static SerialPort.FlowControl SerialPort.FlowControl.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SerialPort.FlowControl[] SerialPort.FlowControl.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.FlowControl
 void SerialPort.setFlowControl(SerialPort.FlowControl flow)
          Set the flow control for the serial port
 

Constructors in com.rm5248.serial with parameters of type SerialPort.FlowControl
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