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_ControlResume
Iso11783IL_ControlResume
Valid for: CANoe DE • CANoe4SW DE
Function Syntax
long Iso11783IL_ControlResume();
Description
After suspending the ISO11783 IL with Iso11783IL_ControlWait, this function restarts the IL. The ISO11783 IL starts sending cyclic messages again.
Parameters
—
Return Values
0 on success or error code
Example
on key 'r'
{
Iso11783IL_ControlResume();
}