Modifier and Type | Method and Description |
---|---|
SerialPort.FlowControl |
SerialPort.getFlowControl()
Get the flow control for the serial port.
|
static SerialPort.FlowControl |
SerialPort.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.
|
Modifier and Type | Method and Description |
---|---|
void |
SerialPort.setFlowControl(SerialPort.FlowControl flow)
Set the flow control for the serial port
|
SerialPortBuilder |
SerialPortBuilder.setFlowControl(SerialPort.FlowControl flowControl) |
Constructor and 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 options
|
SerialPort(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
|
Copyright © 2020. All rights reserved.