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