Skip to main content

AREthRemoveEvent

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

Removes an Event from a Provided Service Instance. The Event was previously added by AREthAddEvent. Afterwards, the callback registered with AREthAddEvent is no longer called. The Event is no longer sent by the AUTOSAR Eth IL.

Parameters

  • pevHandle: Handle of the Event that is to be removed. The handle must have been created with AREthAddEvent.

Return Values

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

Example

See Also