LEMON Manuals: Even more car manuals for everyone: 1960-2025
Home >> Mercedes Benz >> 2019 >> Sprinter 2500 Van Crew, 2.0L Eng >> Repair and Diagnosis >> TMC Recommended Practices >> Onboard Vehicle Electronics >> RP 1210D - Windows (TM) Communication API >> RP 1210D - Windows(TM) Communication API >> RP1210_READVERSION () >> Notes
April 5, 2026: LEMON Manuals is launched! Read the announcement.

RP1210_READVERSION (): Notes

This function is called by the client application to read the version information for the API DLL. This function has been superseded by RP1210_ReadDetailedVersion (),  although it will remain for backward compatibility. Applications should discontinue use of this function.

A note to C# developers, the parameters are listed as "StringBuilder"  types. VDA vendors only populate the first character. To access the parameter after a call, you must only use the [0] element from that parameter - i.e., "fpchDLLMajorVersion [0]", "fpchDLLMinorVersion [0]",  etc.