Skip to main content

AREthRemoveMethod

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

This function removes a method from a Provided Service Instance. Afterwards, the callback registered with AREthAddMethod is no longer called.

Parameters

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