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

Iso11783IL_OPOnESC (Callback)

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void Iso11783IL_OPOnESC( dword objectID, dword error );

Description

The function is called by the node layer, when the user aborts an input action.

Parameters

  • objectID: Object ID of the input object
  • error: Error code

Return Values

Example

void Iso11783IL_OPOnESC( dword objectID, dword error )
{
}