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