Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Interaction Layer » Iso11783IL_OPOnResponse

Iso11783IL_OPOnResponse (Callback)

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void Iso11783IL_OPOnResponse( 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 Iso11783IL_OPOnError is called.

Parameters

  • response: Parameter group containing the answer of the Virtual Terminal

Return Values

Example

void Iso11783IL_OPOnResponse( pg VTtoECU response )
{
}