| Package | Description |
|---|---|
| org.eclipse.scada.protocol.modbus.slave |
Classes helping to implement a Modbus Slave
|
| Modifier and Type | Method and Description |
|---|---|
static DigitalType |
DigitalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DigitalType[] |
DigitalType.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 boolean[] |
AbstractDataSlave.handleReadDigital(DigitalType type,
int startAddress,
int quantity) |
Copyright © 2015 Eclipse SCADA Project. All rights reserved.