public interface MonitoredItem
| Modifier and Type | Method and Description |
|---|---|
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger |
getId() |
com.digitalpetri.opcua.stack.core.types.structured.ReadValueId |
getReadValueId() |
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger |
getSubscriptionId() |
com.digitalpetri.opcua.stack.core.types.enumerated.TimestampsToReturn |
getTimestampsToReturn() |
boolean |
isSamplingEnabled() |
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger getId()
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger getSubscriptionId()
Subscription this item belongs to.com.digitalpetri.opcua.stack.core.types.structured.ReadValueId getReadValueId()
ReadValueId being monitored.com.digitalpetri.opcua.stack.core.types.enumerated.TimestampsToReturn getTimestampsToReturn()
TimestampsToReturn.boolean isSamplingEnabled()
true if this item should be sampled.Copyright © 2015. All rights reserved.