TCIL_ControlStart
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long TCIL_ControlStart();// form 1long TCIL_ControlStart(byte address);// form 2long TCIL_ControlStart(dbNode tc);// form 3long TCIL_ControlStart(dbNode tc, byte address);// form 4
Description
The Task Controller starts Address Claiming (if NMT is activated). If the Address Claiming was successful, cyclic messages are sent.Parameters
- tc: TC 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