Skip to main content
Open topic with navigation

DoIP_GetControlTimeout, DoIP_SetControlTimeout

CAPL Functions » Diagnostics » DoIP_GetControlTimeout, DoIP_SetControlTimeout 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_SetControlTimeout(dword toControl_ms);
dword DoIP_GetControlTimeout();

Description

Sets or returns the timeout for Vehicle Identification Requests, connect and routing activation (in milliseconds).

Parameters

  • toControl_ms: Timeout for Vehicle Identification Requests, connect and routing activation [ms]

Return Values

  • Form 1: —
  • Form 2: Timeout for Vehicle Identification Requests, connect and routing activation [ms].

Example