| Package | Description |
|---|---|
| org.ogema.drivers.modbus.enums | |
| org.ogema.drivers.modbus.tasks |
| Modifier and Type | Method and Description |
|---|---|
static FunctionCode |
FunctionCode.fromValue(int value) |
static FunctionCode |
FunctionCode.getFunctionCodeFromRegisterType(boolean read,
RegisterType type,
DataType dataType) |
static FunctionCode |
FunctionCode.getFunctionCodeFromRegisterType(boolean read,
RegisterType type,
DataType dataType,
int count) |
static FunctionCode |
FunctionCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionCode[] |
FunctionCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected FunctionCode |
ModbusTask.functionCode |
| Modifier and Type | Method and Description |
|---|---|
FunctionCode |
ModbusTask.getFunctionCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModbusTask.setFunctionCode(FunctionCode functionCode) |
Copyright © 2018. All rights reserved.