| Package | Description |
|---|---|
| org.ogema.drivers.modbus.enums | |
| org.ogema.drivers.modbus.tasks | |
| org.ogema.drivers.modbus.util |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.getEnumFromString(String enumAsString) |
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.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 DataType |
ModbusTask.dataType |
| Modifier and Type | Method and Description |
|---|---|
DataType |
ModbusTask.getDataType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModbusTask.setDataType(DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
com.ghgande.j2mod.modbus.procimg.Register[] |
ModbusDriverUtil.valueToRegisters(org.ogema.core.channelmanager.measurements.Value value,
DataType datatype,
int count) |
com.ghgande.j2mod.modbus.procimg.Register[] |
ModbusDriverUtil.valueToRegisters(org.ogema.core.channelmanager.measurements.Value value,
DataType datatype,
int count,
boolean useLittelEndian) |
Copyright © 2018. All rights reserved.