[][src]Function realsense_sys::rs2_hardware_reset

pub unsafe extern "C" fn rs2_hardware_reset(
    device: *const rs2_device,
    error: *mut *mut rs2_error
)

Send hardware reset request to the device. The actual reset is asynchronous. Note: Invalidates all handles to this device. \param[in] device The RealSense device to reset \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored