| Modifier and Type | Method and Description |
|---|---|
SerialPort.Parity |
SerialChannel.getParity()
Returns the parity type being used.
|
static SerialPort.Parity |
SerialPort.Parity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerialPort.Parity[] |
SerialPort.Parity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SerialChannel.configure(SerialPort.BaudRate baudRate,
SerialPort.DataBits dataBits,
SerialPort.Parity parity,
SerialPort.StopBits stopBits,
SerialPort.FlowControl flowControl)
Configures the serial port channel.
|
Copyright © 2011. All Rights Reserved.