Skip to main content
Open topic with navigation CAPL Functions » Ethernet » AUTOSAR Eth IL » <OnAREthMethodError>

<OnAREthMethodError>

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

A callback function with this signature must be passed to the CAPL function AREthCreateMethodCall.

Parameters

  • methodCallHandle: Handle of the Event that triggered the callback, see AREthAddMethod.
  • messageErrorHandle: Message handle of the SOME/IP error.

Return Values

Example

In this example, it is assumed that the created method is contained in the FIBEX database that is assigned to the CANoe configuration. The method has the Method ID 31, two input parameters (Member_value1 and Member_value2), and a return parameter (Result).
See Also