analog_value_write_present_value_callback typedef

analog_value_write_present_value_callback = Pointer<NativeFunction<analog_value_write_present_value_callbackFunction>>

@brief Callback for gateway write present value request @param object_instance - object-instance number of the object @param old_value - floating point analog value prior to write @param value - floating point analog value of the write

Implementation

typedef analog_value_write_present_value_callback =
    ffi.Pointer<
      ffi.NativeFunction<analog_value_write_present_value_callbackFunction>
    >;