public interface DeviceSubscriptionModel
-
Method Summary
com.google.common.collect.ImmutableList<org.eclipse.milo.opcua.sdk.server.items.DataItem>
Get the
DataItems 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
DataItems that should be subscribed for the
Device identified by
deviceName.
- Parameters:
deviceName - the name of the Device.
- Returns:
- the
DataItems that should be subscribed.