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