abl_link_num_peers_callback typedef

abl_link_num_peers_callback = Pointer<NativeFunction<Void Function(Uint64, Pointer<Void>)>>

! @brief Register a callback to be notified when the number of peers in the Link session changes. Thread-safe: yes Realtime-safe: no

@discussion The callback is invoked on a Link-managed thread.

Implementation

typedef abl_link_num_peers_callback = ffi.Pointer<
    ffi.NativeFunction<ffi.Void Function(ffi.Uint64, ffi.Pointer<ffi.Void>)>>;