public static class DataUpdate.Entry extends Object
Constructor and Description |
---|
Entry(int register,
Variant value,
long timestamp,
Set<DataUpdate.State> states,
byte missedUpdates) |
Modifier and Type | Method and Description |
---|---|
byte |
getMissedUpdates() |
int |
getRegister() |
Set<DataUpdate.State> |
getStates() |
long |
getTimestamp() |
Variant |
getValue() |
public Entry(int register, Variant value, long timestamp, Set<DataUpdate.State> states, byte missedUpdates)
public int getRegister()
public Set<DataUpdate.State> getStates()
public long getTimestamp()
public Variant getValue()
public byte getMissedUpdates()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.