[][src]Function realsense_sys::rs2_send_and_receive_raw_data

pub unsafe extern "C" fn rs2_send_and_receive_raw_data(
    device: *mut rs2_device,
    raw_data_to_send: *mut c_void,
    size_of_raw_data_to_send: c_uint,
    error: *mut *mut rs2_error
) -> *const rs2_raw_data_buffer

Send raw data to device \param[in] device RealSense device to send data to \param[in] raw_data_to_send Raw data to be sent to device \param[in] size_of_raw_data_to_send Size of raw_data_to_send in bytes \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored \return Device's response in a rs2_raw_data_buffer, which should be released by rs2_delete_raw_data