| Package | Description |
|---|---|
| org.eclipse.scada.da.server.osgi.modbus |
| Modifier and Type | Method and Description |
|---|---|
RequestType |
Request.getType() |
static RequestType |
RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestType[] |
RequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Request(String name,
RequestType type,
int startAddress,
int count,
long period,
long timeout,
String mainTypeName,
boolean eager,
ByteOrder dataOrder) |
Copyright © 2015 Eclipse SCADA Project. All rights reserved.