Skip to main content

SomeIpILControlWait

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long SomeIpILControlWait();

Description

Stops sending cyclic messages. Application Endpoints and Provided Services are not deleted, Service Discovery continues to run. Messages continue to be received by SOME/IP IL and can be evaluated. Use SomeIpILControlResume to send cyclic messages again.

Parameters

Return Values

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

Example

on key 'w'
{
  // stop sending messages
  SomeIpILControlWait();
}
See Also