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

LINtp_SetMaximumReceiveLength

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void LINtp_SetMaximumReceiveLength(dword maxRecLen);

Description

Sets maximum number of bytes node can receive. If more data is indicated in a FirstFrame and FlowControl frames have been activated, an overflow FlowControl frame is sent. Note: Note that only a maximum of 4095 bytes can be sent using LINtp.

Parameters

  • maxRcLen: The maximum number of bytes of segmented data accepted.

Return Values

Example