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.

Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Interaction Layer » Iso11783IL_ControlWait

Iso11783IL_ControlWait

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783IL_ControlWait();

Description

Sending messages is suspended. Setting of signal is not possible. Call Iso11783IL_ControlResume to activate sending again.

Parameters

Return Values

0 on success or error code

Example

on key 'w'
{
    Iso11783IL_ControlWait();
}