Interface AnalogFunctionListener


public interface AnalogFunctionListener
Implementations of this interface can register to receive values for active analog inputs.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    valueActive(FunctionId func, double value, double tpf)
     
  • Method Details

    • valueActive

      void valueActive(FunctionId func, double value, double tpf)