Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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