[][src]Function realsense_sys::rs2_supports_sensor_info

pub unsafe extern "C" fn rs2_supports_sensor_info(
    sensor: *const rs2_sensor,
    info: rs2_camera_info,
    error: *mut *mut rs2_error
) -> c_int

check if specific sensor info is supported \param[in] info the parameter to check for support \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored \return true if the parameter both exist and well-defined for the specific device