Skip to main content

_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