Skip to main content

SomeIpCreateProvidedServiceInstance

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

This function creates a Provided Service Instance and adds it to an Application Endpoint which was created by SomeIpReleaseProvidedServiceInstance. Objects can be assigned to the Service Instance as follows: The Service Instance can be deleted again with SomeIpReleaseProvidedServiceInstance.

Parameters

  • aepHandle: Handle of the Application Endpoint (see SomeIpOpenLocalApplicationEndpoint)
  • serviceId: Service identifier
  • instanceId: Instance identifier
  • majorVersion: Service interface major version.
  • minorVersion: Service interface minor version.

Return Values

  • 0: An error occurred. The error can be evaluated using the SomeIpGetLastError function.
  • >0: Handle of the generated Provided Service Instance

Example

See Also