Iso11783IL_GetLastErrorText
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long Iso11783IL_GetLastErrorText( dword bufferSize, char buffer[] ); // form 1: deprecated.long Iso11783IL_GetLastErrorText( char buffer[] ); // form 2long 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
- 0: success
- < 0: error code