Skip to main content
Open topic with navigation CAPL Functions » K-Line » KLine_SuppressAutomaticStopCommunication

KLine_SuppressAutomaticStopCommunication

Valid for: CANoe DE

Function Syntax

long KLine_SuppressAutomaticStopCommunication(long doSuppress)

Description

For a fast init ECU, automatic sending of a Stop communication command will be suppressed after closing the channel or a S3 timeout.

Parameters

  • doSuppress
    1: Suppress sending of stop communication command
    0: do not suppress sending of stop communication command

Return Values

On success 0, otherwise a value less than 0.

Example