public interface DeviceSubscriptionModel
-
Method Summary
com.google.common.collect.ImmutableList<org.eclipse.milo.opcua.sdk.server.items.DataItem>
Get the
DataItem
s that should be subscribed for the
Device
identified by
deviceName
.
-
Method Details
-
getDataItems
com.google.common.collect.ImmutableList<org.eclipse.milo.opcua.sdk.server.items.DataItem> getDataItems(String deviceName)
Get the
DataItem
s that should be subscribed for the
Device
identified by
deviceName
.
- Parameters:
deviceName
- the name of the Device
.
- Returns:
- the
DataItem
s that should be subscribed.