Skip to main content

AREthILControlResume

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long AREthILControlResume();

Description

Start sending cyclic messages again after AREthILControlWait. Application Endpoints and Provided Services do not have to be created again.

Parameters

Return Values

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

Example

on key 'r '
{
  // resume sending messages
  AREthILControlResume();
}
See Also
  • AREthILControlGetStatus
  • AREthILControlInit
  • AREthILControlResume
  • AREthILControlStart
  • AREthILControlStop
  • AREthILControlWait