AbstractUnsubscribeEvent
Syntax
long Abstract_UnsubscribeEvent(consumedEventRef * event)
Function
Unsubscribes for a service event if abstract binding is used. Note that this is morelow-level; usually its more convenient to callconsumedEventRef::AbstractReleaseEventon the event.
Parameters
event Event which shall be unsubscribed.
Return Values
0: Success
1: Endpoint is not simulated
2: Communication object does not use abstract binding
< 0: Other error, e.g. event variable is not initialized
Abstract_UnsubscribeEvent(MirrorAdjustment.consumerSide[0,0].Position);
Abstract_SubscribeEvent | SOMEIP_UnsubscribeEventGroup