Schnittstelle ControlBindingClass.OnGetValueArray

Umschließende Klasse:
ControlBindingClass
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface ControlBindingClass.OnGetValueArray
  • Methodendetails

    • onGetValueArray

      boolean onGetValueArray(CallbackHandler __self, @Nonnull ControlBinding binding, long timestamp, long interval, int n_values, @Nonnull Pointer values)
      Parameter:
      binding - the control binding
      timestamp - the time that should be processed
      interval - the time spacing between subsequent values
      n_values - the number of values
      values - array to put control-values in
      Gibt zurück:
      %TRUE if the given array could be filled, %FALSE otherwise