Skip to main content
Open topic with navigation CAPL Functions » J1939 » GB/T 27930 IL » GBT27930IL_OnError

GBT27930IL_OnError (Callback)

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void GBT27930IL_OnError( long errorCode, long param )

Description

This callback function is called from the GBT27930 IL if an error occurred.

Parameters

  • errorCode: IL Error Code
  • param: additional parameter depending on the error code

Return Values

Example

void GBT27930IL_OnError( LONG errorCode, LONG param )
{
  write( "Error %d, parameter %d", errorCode, param );
}