| Package | Description |
|---|---|
| org.vesalainen.comm.channel |
| Modifier and Type | Field and Description |
|---|---|
protected SerialChannel.FlowControl |
SerialChannel.Configuration.flowControl |
| Modifier and Type | Method and Description |
|---|---|
SerialChannel.FlowControl |
SerialChannel.getFlowControl() |
SerialChannel.FlowControl |
SerialChannel.Configuration.getFlowControl() |
static SerialChannel.FlowControl |
SerialChannel.getFlowControl(String flow) |
static SerialChannel.FlowControl |
SerialChannel.FlowControl.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerialChannel.FlowControl[] |
SerialChannel.FlowControl.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SerialChannel.Configuration |
SerialChannel.Configuration.setFlowControl(SerialChannel.FlowControl flowControl) |
SerialChannel.Builder |
SerialChannel.Builder.setFlowControl(SerialChannel.FlowControl flowControl) |
Copyright © 2015. All rights reserved.