Skip to main content
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);
}