Skip to main content

TestJoinForNextCall

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

Function Syntax

long TestJoinForNextCall(providedMethodRef * method); // form 1
long TestJoinForNextCall(distObjMethodRef * method); // form 2

Description

Completes the current set of joined events with the transmitted event. This function does not wait.

Parameters

  • method: Method provider where the call is awaited.

Return Values

  • -3: Join error
  • -1: General error, for example, functionality is not available
  • > 0: Number of the joined event

Example

long ret;
providedMethodRef MirrorAdjustment.Adjust method;

method = MirrorAdjustment.providerSide[all,LeftMirror].Adjust;
ret = testJoinForNextCall(method);

index = TestWaitForAllJoinedEvents(2000);
Programming with the Communication Concept (C#, Python and CAPL)TestWaitForImplValueUIntTestWaitForImplValueSIntTestWaitForImplValueFloatTestWaitForImplValueString