> ## 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.

# CAPLfunctionLINtpFirstFrameIndication

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

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

# LINtp\_FirstFrameIndication

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

## Function Syntax

```plaintext theme={null}
void LINtp_FirstFrameIndication(long sender, long receiver, long announcedLen);
```

## Description

Indicates the start of a segmented reception.

## Parameters

* **sender**: Address of sender node, or 0 for master.
* **receiver**: Address of receiver node, or 0 for master.
* **announcedLen**: Number of bytes to be expected.

## Return Values

—

## Example

```plaintext theme={null}
LINtp_FirstFrameIndication(long sender, long receiver, long announcedLen)
{
  write("Start reception of %d bytes", announcedLen);
}
```

•  Technical References are only available in English
