FSIL_ControlStart
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long FSIL_ControlStart(); // form 1long FSIL_ControlStart(byte address); // form 2long FSIL_ControlStart(dbNode fs); // form 3long FSIL_ControlStart(dbNode fs, byte address); // form 4
Description
Activates node to start Address Claiming. The File Server starts Address Claiming (if NMT is activated). If the Address Claiming was successful, cyclic messages are sent.Parameters
- fs: FS simulation node to apply the function
- address: Source address of the node (optional)
Return Values
- 0: Function has been executed successfully
- < 0: An error has occurred, see IL Error Code