[][src]Function realsense_sys::rs2_is_device_extendable_to

pub unsafe extern "C" fn rs2_is_device_extendable_to(
    device: *const rs2_device,
    extension: rs2_extension,
    error: *mut *mut rs2_error
) -> c_int

Test if the given device can be extended to the requested extension. \param[in] device Realsense device \param[in] extension The extension to which the device should be tested if it is extendable \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored \return Non-zero value iff the device can be extended to the given extension