Skip to main contentOpen topic with navigation
CAPL Functions » ISO11783 » File Server Interaction Layer (FS IL) » FSIL_SetVerbosity
FSIL_SetVerbosity
Valid for: CANoe DE • CANoe4SW DE
Function Syntax
dword FSIL_SetVerbosity(dword verbosityLevel); // form 1
dword FSIL_SetVerbosity(dbNode fs, dword verbosityLevel); // form 2
Description
Sets verbosity for writing in Write Window.
Parameters
- verbosityLevel
- 0: do not write messages to the Write Window
- 1: write only error messages
- 2: write warning and error messages (default)
- 3: write information, warning and error messages
Return Values
- 0: Function has been executed successfully
- < 0: An error has occurred, see IL Error Code
Example
—