> ## Documentation Index
> Fetch the complete documentation index at: https://notevil.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CAPLfunctionLINtpSetMaximumReceiveLength

[Open topic with navigation](../../../../../CANoeDEFamily.htm#Topics/CAPLFunctions/LIN/Functions/CAPLfunctionLINtpSetMaximumReceiveLength.md)

**CAPL Functions** » [LIN](../CAPLfunctionsLINOverview.md) » LINtp\_SetMaximumReceiveLength

# LINtp\_SetMaximumReceiveLength

[Valid for](../../../Shared/FeatureAvailability.md): CANoe DE • CANoe4SW DE

## Function Syntax

```plaintext theme={null}
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

—
