Documentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
AREthAddConsumedEventGroup
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This function adds an Event Group to a Consumed Service Instance that was created by AREthCreateConsumedServiceInstance. Objects of the Event Group can be registered as follows:- Events: AREthCreateEventConsumer
- Fields: AREthCreateFieldConsumer
Parameters
- csiHandle: Handle of the Consumed Service Instance.
- eventGroupId: Identifier of the Event Group.
Return Values
- 0: An error occurred. The error can be evaluated using the AREthGetLastError function.
- >0: Handle of the created Consumed Event Group.