Modifier and Type | Method and Description |
---|---|
Parity |
AbstractSerialPortSocket.getParity() |
Parity |
SerialPortSocket.getParity() |
static Parity |
Parity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parity[] |
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 |
AbstractSerialPortSocket.openRaw(Baudrate baudRate,
DataBits dataBits,
StopBits stopBits,
Parity parity,
Set<FlowControl> flowControls) |
void |
SerialPortSocket.openRaw(Baudrate baudRate,
DataBits dataBits,
StopBits stopBits,
Parity parity,
Set<FlowControl> flowControls)
Setting the parameters of port
|
void |
AbstractSerialPortSocket.setParity(Parity parity) |
void |
SerialPortSocket.setParity(Parity parity) |
Copyright © 2009–2015 atmodem4j. All rights reserved.