TCIL_OnError (Callback)
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This callback function is called from the TC IL if an error occurred.Parameters
- errorCode: IL Error Code
- param: Additional parameter depending on the error code
void TCIL_OnError( long errorCode, long param );
void TCIL_OnError( long errorCode, long param )
{
write( "Error %d, parameter %d", errorCode, param );
}