NativeLsl_push_chunk_ct typedef

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

Implementation

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