Skip to main contentOpen topic with navigation
CAPL Functions » ISO11783 » File Server Interaction Layer (FS IL) » FSIL_GetLastError
FSIL_GetLastError
Valid for: CANoe DE • CANoe4SW DE
Function Syntax
long FSIL_GetLastError(); // form 1
long FSIL_GetLastError(dbNode fs); // form 2
Description
Returns the value of the last called FS IL function.
Parameters
- fs: FS simulation node to apply the function
Return Values
- 0: Property has been set successfully
- < 0: An error has occurred: IL Error Code
Example
—