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_ErrorInd

LINtp_ErrorInd

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void LINtp_ErrorInd(int errorcode);

Description

Callback in case of a LIN-TP error.

Parameters

  • errorcode: LIN-TP transport protocol error code.

Return Values

Example

/*@@caplFunc:LINtp_ErrorInd(int):*///callback
LINtp_ErrorInd(int error)
{
}
/*@@end*/