Iso11783IL_ControlStop
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long Iso11783IL_ControlStop();// form 1long Iso11783IL_ControlStop( dword option );// form 2long Iso11783IL_ControlStop( dbNode node );// form 3long Iso11783IL_ControlStop( dbNode node, dword option );// form 4
Description
Deactivates the IL 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.
Parameters
-
option: Options
1: Suppress sending Cannot Claim Address message. - node: Simulation node to apply the function.