Modifier and Type | Method and Description |
---|---|
static FlowControl |
FlowControl.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowControl[] |
FlowControl.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<FlowControl> |
FlowControl.getFC__XON_XOFF_OUT() |
static Set<FlowControl> |
FlowControl.getFC_NONE() |
static Set<FlowControl> |
FlowControl.getFC_RTS_CTS_XON_XOFF() |
static Set<FlowControl> |
FlowControl.getFC_RTS_CTS() |
static Set<FlowControl> |
FlowControl.getFC_XON_XOFF_IN() |
static Set<FlowControl> |
FlowControl.getFC_XON_XOFF() |
Set<FlowControl> |
AbstractSerialPortSocket.getFlowControl() |
Set<FlowControl> |
SerialPortSocket.getFlowControl() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSerialPortSocket.openRaw(Baudrate baudRate,
DataBits dataBits,
StopBits stopBits,
Parity parity,
Set<FlowControl> flowControls) |
void |
SerialPortSocket.openRaw(Baudrate baudRate,
DataBits dataBits,
StopBits stopBits,
Parity parity,
Set<FlowControl> flowControls)
Setting the parameters of port
|
void |
AbstractSerialPortSocket.setFlowControl(Set<FlowControl> flowControls) |
void |
SerialPortSocket.setFlowControl(Set<FlowControl> flowControls) |
Copyright © 2009–2015 atmodem4j. All rights reserved.