Skip to main content

DoIP_SetRoutingActivationOEMSpecific

Valid for: CANoe DE Note The following DoIP CAPL function is only available with the modeling library DoIP.dll and eventually an appropriate implementation of the CAPL Callback Interface. Information about the DoIP DLL and the CAPL Callback Interface you find here:

Function Syntax

void DoIP_SetRoutingActivationOEMSpecific(long sendOEMSpecific, dword OEMspecific);

Description

Sets the OEM-specific parameters in the Routing Activation Request Message.

Parameters

  • sendOEMSpecific
    • 0: Do not send the OEM specific field (default)
    • 1: Send the given value in the OEM specific field
  • OEMspecific
    • Value to send if the OEM specific field is activated.

Return Values

Example

The message can also be configured from the DoIP.INI file
// Send a constant in the RAR message
DoIP_SetRoutingActivationOEMSpecific( 1, 0x31425927);