Interface DataAccessService


  • public interface DataAccessService
    Service interface to get access to the measurement and control data of connected communication devices.
    • Method Detail

      • getChannel

        Channel getChannel​(java.lang.String id)
      • getAllIds

        java.util.List<java.lang.String> getAllIds()
        Get the list of all channel IDs.
        Returns:
        the list of all channel IDs.
      • getLogicalDevices

        java.util.List<LogicalDevice> getLogicalDevices​(java.lang.String type)