Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

AREthILControlWait

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long AREthILControlWait();

Description

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

Parameters

Return Values

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

Example

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