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.

_DoIP_VehicleConnectedInd

Valid for: CANoe DE

Function Syntax

void _DoIP_VehicleConnectedInd();

Description

The TCP communications channel to the vehicle has been established successfully, i.e. diagnostic messages can be exchanged without further delays.

Parameters

Return Values

Example

void _DoIP_VehicleConnectedInd()
{
  write("Vehicle connected.");
}
DoIP_ConnectToVehicle