Skip to main content

DoIP_AddTester

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

Description

Adds a valid DoIP tester address to the DoIP layer.

Parameters

  • address: Logical DoIP address of a tester. You must set at least one valid logical tester address.

Return Values

Example

dword address;
address = DiagGetCommParameter("DoIP.TESTER_LogicalAddress");
DoIP_AddTester(address);