| Package | Description |
|---|---|
| org.eclipse.scada.protocol.sfp.messages |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.fromByte(byte b) |
DataType |
BrowseAdded.Entry.getDataType() |
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.
|
| Constructor and Description |
|---|
Entry(short register,
String name,
String description,
String unit,
DataType dataType,
Set<BrowseAdded.Entry.Flags> flags) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.