public interface MonitoredItem
| Modifier and Type | Method and Description |
|---|---|
UInteger |
getId() |
ReadValueId |
getReadValueId() |
Session |
getSession() |
UInteger |
getSubscriptionId() |
TimestampsToReturn |
getTimestampsToReturn() |
boolean |
isSamplingEnabled() |
UInteger getId()
Session getSession()
Session that owned the subscription this item belongs to.UInteger getSubscriptionId()
Subscription this item belongs to.ReadValueId getReadValueId()
ReadValueId being monitored.TimestampsToReturn getTimestampsToReturn()
TimestampsToReturn.boolean isSamplingEnabled()
true if this item should be sampled.Copyright © 2021. All rights reserved.