NativeLsl_push_chunk_strt typedef

NativeLsl_push_chunk_strt = Int32 Function(lsl_outlet out, Pointer<Pointer<Char>> data, UnsignedLong data_elements, Double timestamp)

Implementation

typedef NativeLsl_push_chunk_strt =
    ffi.Int32 Function(
      lsl_outlet out,
      ffi.Pointer<ffi.Pointer<ffi.Char>> data,
      ffi.UnsignedLong data_elements,
      ffi.Double timestamp,
    );