Skip to main content
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