Skip to main content

AREthAddEventToEventgroup

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

This function assigns an Event which was created by AREthAddEvent to an Event Group which was created by AREthAddProvidedEventGroup. The Event can be removed from the Event Group with AREthRemoveEventFromEventGroup.

Parameters

  • pevgHandle: Handle of the Event Group that should be assigned to an Event, see AREthAddProvidedEventGroup
  • pevHandle: Handle of the Event that should be assigned to the Event Group, see AREthAddEvent

Return Values

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

Example

See Also