[][src]Function realsense_sys::rs2_supports_option

pub unsafe extern "C" fn rs2_supports_option(
    options: *const rs2_options,
    option: rs2_option,
    error: *mut *mut rs2_error
) -> c_int

check if particular option is supported by a subdevice \param[in] options the options container \param[in] option option id to be checked \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored \return true if option is supported