| Package | Description |
|---|---|
| org.eclipse.scada.protocol.modbus.slave |
Classes helping to implement a Modbus Slave
|
| Modifier and Type | Method and Description |
|---|---|
static AnalogType |
AnalogType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalogType[] |
AnalogType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract int[] |
AbstractDataSlave.handleReadAnalog(AnalogType type,
int startAddress,
int quantity) |
Copyright © 2015 Eclipse SCADA Project. All rights reserved.