Interface DirectParameterValueDisplayObserver


public interface DirectParameterValueDisplayObserver
This interface is used to configure observation of pretty-printed device parameter values.
Since:
API version 1
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Starts observing the parameters according to the given parameter ID array, or stops observing in case `null` is passed in for the parameter ID array.
  • Method Details

    • setObservedParameterIds

      void setObservedParameterIds(String[] parameterIds)
      Starts observing the parameters according to the given parameter ID array, or stops observing in case `null` is passed in for the parameter ID array.
      Parameters:
      parameterIds - the array of parameter IDs or `null` to stop observing parameter display values.
      Since:
      API version 1