Skip to main content

DoIP_AddECU

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_AddECU( dword address);

Description

Adds a valid DoIP ECU address to the DoIP layer.

Parameters

  • address: Logical DoIP address of an ECU. You must set at least one logical ECU address (e.g. the logical DoIP address of the DoIP entity).

Example

DoIP_AddECU( 0x200);
DoIP_AddECU( 0x201);