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 CAPL Functions » ISO11783 » ISO11783 Node Layer » Iso11783OPOnResponse

Iso11783OPOnResponse (Callback)

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void Iso11783OPOnResponse( dword ecuHandle, pg VTtoECU response );

Description

The function is called by the node layer, if a response from the Virtual Terminal is received. If a response is not received, the callback function Iso11783OPOnError is called.

Parameters

  • ecuHandle: Handle of the ECU
  • response: Parameter group containing the answer of the Virtual Terminal

Return Values

Example

void Iso11783OPOnResponse( dword handle, pg VTtoECU response )
{
}