Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Interaction Layer » Iso11783IL_GetLastErrorText

Iso11783IL_GetLastErrorText

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

  • long Iso11783IL_GetLastErrorText( dword bufferSize, char buffer[] ); // form 1: deprecated.
  • long Iso11783IL_GetLastErrorText( char buffer[] ); // form 2
  • long Iso11783IL_GetLastErrorText( dbNode node, dword bufferSize, char buffer[] ); // form 3: deprecated.
  • long Iso11783IL_GetLastErrorText( dbNode node, char buffer[] ); // form 4

Description

Returns the result of the last called ISO11783 IL function as string.

Parameters

  • bufferSize: size of the return buffer
  • buffer: return buffer
  • node: Simulation node to apply the function.

Return Values

Example