public class DciData extends Object
| Constructor and Description |
|---|
DciData(long nodeId,
long dciId) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDataRow(DciDataRow row)
Add new value
|
int |
getDataType() |
long |
getDciId() |
DciDataRow |
getLastValue()
Get last added value
|
long |
getNodeId() |
DciDataRow[] |
getValues() |
void |
invert()
Invert values
|
void |
setDataType(int dataType) |
String |
toString() |
public long getNodeId()
public long getDciId()
public DciDataRow[] getValues()
public DciDataRow getLastValue()
public void addDataRow(DciDataRow row)
public int getDataType()
public void setDataType(int dataType)
dataType - the dataType to setpublic void invert()
Copyright © 2016. All rights reserved.