Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Node Layer » Iso11783OPOnError

Iso11783OPOnError (Callback)

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void Iso11783OPOnError( dword ecuHandle, long error, dword vtFunction );

Description

The function is called by the node layer when the object pool detects an error.

Parameters

  • ecuHandle: Handle of the ECU
  • error: Error code, see error codes
    • 1102: Timeout during execution of a VT function, if response is not received
    • 1103: Timeout of the status from VT, Object Pool API changes to state Wait for VT status
  • vtFunction: VT function which was executed when the error occurred

Return Values

Example

void Iso11783OPOnError( dword handle, LONG error, dword vtFunction )
{
}