Skip to main content

DoIP_ConfigureRoutingActivationResponse

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_ConfigureRoutingActivationResponse(dword valueReserved);

Description

Configures the routing activation response message sent by the vehicle simulation on the reception of a routing activation request message.

Parameters

  • valueReserved: The value of the reserved field in the message. ISO 13400 specifies a default value of 0x00000000.

Return Values

Example

// Set the reserved field in the routing activation response message to 0x12345678
DoIP_ConfigureRoutingActivationResponse(0x12345678);
DoIP_SetRoutingActivationOEMSpecific_DoIP_RoutingActivationRequest