Interface DeviceSubscriptionModel


public interface DeviceSubscriptionModel
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • 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.