Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Open topic with navigation CAPL Functions » LIN » LINtp_DataCon

LINtp_DataCon

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void LINtp_DataCon(long count);

Description

This CAPL callback confirms the number of data bytes successfully sent.

Parameters

  • count: Number of bytes sent.

Return Values

Example

void LINtp_DataCon(long count)
{
  write( "sent %d byte", count);
}