DartLsl_pull_sample_str typedef

DartLsl_pull_sample_str = double Function(lsl_inlet in$, Pointer<Pointer<Char>> buffer, int buffer_elements, double timeout, Pointer<Int32> ec)

Implementation

typedef DartLsl_pull_sample_str =
    double Function(
      lsl_inlet in$,
      ffi.Pointer<ffi.Pointer<ffi.Char>> buffer,
      int buffer_elements,
      double timeout,
      ffi.Pointer<ffi.Int32> ec,
    );