| Package | Description |
|---|---|
| net.solarnetwork.io.modbus.serial |
| Modifier and Type | Field and Description |
|---|---|
static SerialStopBits |
SerialParameters.DEFAULT_STOP_BITS
The default stopbits value.
|
| Modifier and Type | Method and Description |
|---|---|
static SerialStopBits |
SerialStopBits.forCode(int code)
Get an enum instance for a code value.
|
SerialStopBits |
BasicSerialParameters.getStopBits() |
default SerialStopBits |
SerialParameters.getStopBits()
Get the stop bits.
|
static SerialStopBits |
SerialStopBits.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerialStopBits[] |
SerialStopBits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicSerialParameters.setStopBits(SerialStopBits stopBits)
Set the stop bits.
|