Skip to main content

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