[][src]Function realsense_sys::rs2_get_api_version

pub unsafe extern "C" fn rs2_get_api_version(
    error: *mut *mut rs2_error
) -> c_int

Retrieve the API version from the source code. Evaluate that the value is conformant to the established policies \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored \return the version API encoded into integer value "1.9.3" -> 10903