VTIL_PressISB
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long VTIL_PressISB(dword duration); // form 1long VTIL_PressISB(dbNode vt, dword duration); // form 2
Description
The VTIL_PressButton methods simulate pressing the ISOBUS Shortcut Button [ISB] of the Virtual Terminal and releasing it after the duration. As a result, the All Implements Stop Operations Switch State Message is sent with the value Stop implement operations until the ISB is released. Every time the function is called, the Number of transitions from Permit to Stop is incremented.Parameters
- vt: VT simulation node to apply the function.
- duration: Time while the ISB is pressed [ms].
Return Values
- 0: Function has been executed successfully
- < 0: An error has occurred, see IL Error Code