Skip to main content

SomeIpRemoveEvent

Open topic with navigation CAPL Functions » Ethernet » SOME/IP IL » SomeIpRemoveEvent

Function Syntax

Description

Removes an Event from a Provided Service Instance. The Event was previously added by SomeIpAddEvent. Afterwards, the callback registered with SomeIpAddEvent is no longer called. The Event is no longer sent by the SOME/IP IL.

Parameters

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

Return Values

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

Example

See Also