Modifier and Type | Method and Description |
---|---|
StopBits |
AbstractSerialPortSocket.getStopBits() |
StopBits |
SerialPortSocket.getStopBits() |
static StopBits |
StopBits.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StopBits[] |
StopBits.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.setStopBits(StopBits stopBits) |
void |
SerialPortSocket.setStopBits(StopBits stopBits) |
Copyright © 2009–2015 atmodem4j. All rights reserved.