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