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

LINtp_FirstFrameIndication

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

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

LINtp_FirstFrameIndication(long sender, long receiver, long announcedLen)
{
  write("Start reception of %d bytes", announcedLen);
}
• Technical References are only available in English