[][src]Function lsl_sys::lsl_pull_sample_buf

pub unsafe extern "C" fn lsl_pull_sample_buf(
    in_: lsl_inlet,
    buffer: *mut *mut c_char,
    buffer_lengths: *mut u32,
    buffer_elements: i32,
    timeout: f64,
    ec: *mut i32
) -> f64

@copydoc lsl_pull_sample_f These strings may contains 0's, therefore the lengths are read into the buffer_lengths array. @param buffer_lengths A pointer to an array that holds the resulting lengths for each returned binary string.