| Package | Description |
|---|---|
| net.solarnetwork.io.modbus.serial |
| Modifier and Type | Field and Description |
|---|---|
static SerialParity |
SerialParameters.DEFAULT_PARITY
The default parity value.
|
| Modifier and Type | Method and Description |
|---|---|
static SerialParity |
SerialParity.forAbbreviation(String abbreviation)
Get an enum instance for an abbreviation value.
|
static SerialParity |
SerialParity.forCode(int code)
Get an enum instance for a code value.
|
SerialParity |
BasicSerialParameters.getParity() |
default SerialParity |
SerialParameters.getParity()
Get the parity.
|
static SerialParity |
SerialParity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerialParity[] |
SerialParity.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.setParity(SerialParity parity)
Set the parity.
|