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.
AREthCreateProvidedServiceInstance
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This function creates a Provided Service Instance and adds it to an Application Endpoint which was created by AREthOpenLocalApplicationEndpoint. Objects can be assigned to the Service Instance as follows:- Event Groups: AREthAddProvidedEventGroup
- Events: AREthAddEvent
- Fields: AREthAddField
- Methods: AREthAddMethod
Parameters
- aepHandle: Handle of the Application Endpoint (see AREthOpenLocalApplicationEndpoint)
- serviceId: Service identifier
- instanceId: Instance identifier
Return Values
- 0: An error occurred. The error can be evaluated using the AREthGetLastError function.
- >0: Handle of the generated Provided Service Instance