| Package | Description |
|---|---|
| net.solarnetwork.io.modbus.serial |
| Modifier and Type | Method and Description |
|---|---|
static SerialFlowControl |
SerialFlowControl.forCode(int code)
Get an enum instance for a code value.
|
static SerialFlowControl |
SerialFlowControl.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerialFlowControl[] |
SerialFlowControl.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SerialFlowControl> |
SerialFlowControl.forAbbreviation(String value)
Get an enumeration set for an abbreviation value.
|
Set<SerialFlowControl> |
BasicSerialParameters.getFlowControl() |
default Set<SerialFlowControl> |
SerialParameters.getFlowControl()
Get the flow control.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicSerialParameters.setFlowControl(Set<SerialFlowControl> flowControl)
Set the flow control.
|