| Package | Description |
|---|---|
| org.eclipse.scada.protocol.dave |
| Modifier and Type | Method and Description |
|---|---|
DaveReadRequest.Request.AddressType |
DaveReadRequest.Request.getType() |
static DaveReadRequest.Request.AddressType |
DaveReadRequest.Request.AddressType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DaveReadRequest.Request.AddressType[] |
DaveReadRequest.Request.AddressType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Request(DaveReadRequest.Request.AddressType type,
byte area,
short block,
short start,
short count) |
Request(DaveReadRequest.Request.AddressType type,
byte area,
short block,
short start,
short count) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.