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 » LIN » LINtp_SetWaiting

LINtp_SetWaiting

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void LINtp_SetWaiting(long isWaiting);

Description

Sets ISO TP waiting state for the node. When waiting has been activated the node will send FlowControl.Wait frames instead of ConsecutiveFrames, if sending of FlowControl frames has been activated.

Parameters

  • isWaiting
    • 0: Deactivate waiting
    • 1: Activate waiting
    • other: reserved

Return Values

Example