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 Modifier and Type Method Description SerialPort.FlowControlSerialPort. getFlowControl()Get the flow control for the serial port.static SerialPort.FlowControlSerialPort.FlowControl. valueOf(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 Modifier and Type Method Description voidSerialPort. setFlowControl(SerialPort.FlowControl flow)Set the flow control for the serial portSerialPortBuilderSerialPortBuilder. setFlowControl(SerialPort.FlowControl flowControl)Constructors in com.rm5248.serial with parameters of type SerialPort.FlowControl Constructor Description SerialPort(String portName, SerialPort.BaudRate rate, SerialPort.DataBits data, SerialPort.StopBits stop, SerialPort.Parity parity, SerialPort.FlowControl flow)Open the specified port, defining all optionsSerialPort(String portName, SerialPort.BaudRate rate, SerialPort.DataBits data, SerialPort.StopBits stop, SerialPort.Parity parity, SerialPort.FlowControl flow, int controlFlags)Open the specified port, defining all options
-