Skip to main content

AREthRemoveMethodCall

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

Removes a method call of the Consumed Service Instance. The method was previously added by AREthCreateMethodCall. Afterwards the method handle is no longer valid and cannot be used anymore with AREthCallMethod.

Parameters

  • methodHandle: Handle of the method.

Return Values

  • 0: The function was successfully executed
  • >0: Error code

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