J1939ILGetLastErrorText
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long J1939ILGetLastErrorText(dword bufferSize, char buffer[] ); // form 1long J1939ILGetLastErrorText(dbNode node, dword bufferSize, char buffer[] ); // form 2
Description
Returns the result of the last called J1939 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: IL Error Code