Skip to main content
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*/