LEMON Manuals: Even more car manuals for everyone: 1960-2025
Home >> Mercedes Benz >> 2025 >> eSprinter Base, _NA_ >> Repair and Diagnosis (Single Page) >> TMC Recommended Practices >> Onboard Vehicle Electronics >> RP 1210D - Windows (TM) Communication API >> RP 1210D - Windows(TM) Communication API >> INI File Format >> The [PROTOCOLINFORMATIONPX] Section Of The INI File
April 5, 2026: LEMON Manuals is launched! Read the announcement.

The [PROTOCOLINFORMATIONPX] Section Of The INI File

For each protocol listed in the [VendorInformation->Protocols] section of the Vendor INI file, the following table describes each of the parameters that will be found in that section of the Vendor INI file:

[ProtocolInformationpx] Indicates the start of the [ProtocolInformationpx] section for protocol px. Field must not be empty.
ProtocolDescription=[string] Where [string] represents a description of the protocol defined in the Protocolstring variable. Field must not be empty and must be exactly what has been defined in the section on RP1210_ClientConnect () section of this document.
ProtocolSpeed=[string1, string] Where string [l] through string [n] represents a speed that the protocol can be used at. The following are the strings associated with this entry. Implementation of these speeds is up to the VDA manufacturer and not all adapters will support all speeds. Field must not be empty.
G15602352
Protocolstring=[string] Where [string] represents the protocol string expected by the RP_1210ClientConnect function. Field must not be empty and must be exactly what has been defined in the RP1210_Cli-entConnect () section of this document.
ProtocolParams=[string] Where [string] represents vendor-specific parameters, if any, associated with the protocol-optional. Field can be empty.
Devices=[k1 , k2 ,..., kc ] Where [k1 , k2 ,... kt ] represents the list of devices associated with this protocol-each k1 is a DeviceID and the list is comma-delimited (without any spaces in between). Field must not be empty. Entry must point to a valid DeviceInformationXXX section.