Function check_library_version
pub unsafe extern "C" fn check_library_version(
user_major_version: *const c_char,
user_minor_version: *const c_char,
) -> ReturnValueExpand description
Check the library version of DLT library.
- @param user_major_version the major version to be compared
- @param user_minor_version the minor version to be compared
- @return Value from DltReturnValue enum, DLT_RETURN_ERROR if there is a mismatch