FSIL_ControlStop
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long FSIL_ControlStop(); // form 1long FSIL_ControlStop(dword option); // form 2long FSIL_ControlStop(dbNode fs); // form 3long FSIL_ControlStop(dbNode fs, dword option); // form 4
Description
Deactivates the File Server and stops sending cyclic messages. A Cannot Claim Address message is sent if the NMT is activated and the message is not suppressed with the parameteroption set to 1.
Removes all device descriptor object pools (DDOPs) too.
Parameters
- fs: FS simulation node to apply the function
- option: Options
1: Suppress sending Cannot Claim Address message
Return Values
- 0: Function has been executed successfully
- < 0: An error has occurred, see IL Error Code