NativeLsl_push_chunk_ctp typedef

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

Implementation

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