[][src]Function realsense_sys::rs2_get_option_description

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

get option description \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 human-readable option description