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