| Package | Description |
|---|---|
| org.vesalainen.comm.channel |
| Modifier and Type | Field and Description |
|---|---|
protected SerialChannel.StopBits |
SerialChannel.Configuration.stopBits |
| Modifier and Type | Method and Description |
|---|---|
SerialChannel.StopBits |
SerialChannel.getStopBits() |
SerialChannel.StopBits |
SerialChannel.Configuration.getStopBits() |
static SerialChannel.StopBits |
SerialChannel.getStopBits(int bits) |
static SerialChannel.StopBits |
SerialChannel.StopBits.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerialChannel.StopBits[] |
SerialChannel.StopBits.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.setStopBits(SerialChannel.StopBits stopBits) |
SerialChannel.Builder |
SerialChannel.Builder.setStopBits(SerialChannel.StopBits stopBits) |
Copyright © 2015. All rights reserved.