Skip to main content
Open topic with navigation CAPL Functions » LIN » LINtp_ActivateFCTransmission

LINtp_ActivateFCTransmission

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void LINtp_ActivateFCTransmission(long blockSize);

Description

Activate the usage of FlowControl frames. These frames will be indicated in the optional callback LINtp_FCPreTransmit before sending.

Parameters

  • blockSize
    • <0: Stops sending FlowControl frames
    • [0, 255]: Sends FlowControl frames with this block size
    • Other: reserved

Return Values

Example