pub unsafe extern "C" fn iio_buffer_push(
    buf: *mut iio_buffer
) -> isize
Expand description

@brief Send the samples to the hardware @param buf A pointer to an iio_buffer structure @return On success, the number of bytes written is returned @return On error, a negative errno code is returned

NOTE: Only valid for output buffers