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