public interface DataItem extends MonitoredItem
| Modifier and Type | Method and Description |
|---|---|
double |
getSamplingInterval() |
void |
setQuality(StatusCode quality)
Apply a new
StatusCode to the last value that passed the filter and then set the derived value. |
void |
setValue(DataValue value)
Set the latest sampled value.
|
getId, getReadValueId, getSubscriptionId, getTimestampsToReturn, isSamplingEnabledvoid setValue(DataValue value)
value - the latest sampled value.void setQuality(StatusCode quality)
StatusCode to the last value that passed the filter and then set the derived value.quality - the StatusCode to apply.double getSamplingInterval()
Copyright © 2018. All rights reserved.