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