Iso11783GetLastErrorText
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This function gets the description of the last occurred error.Parameters
- bufferSize: Size of buffer for error description
- buffer: Contains the error description
dword Iso11783GetLastErrorText( dword bufferSize, char buffer[] );
dword size = 100;
char errText[size];
Iso11783GetLastErrorText(size, errText);