Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » Simulation Control » Shared Functions » SCC_SuspendTx

SCC_SuspendTx

Valid for:  CANoe DE  •  CANoe4SW DE

Function Syntax

void SCC_SuspendTx ( long NumberOfMessages )

Description

Skips the sending of the following messages depending on the parameter value.

Parameters

  • NumberOfMessages
    ValueBehavior
    -1Sending of all further messages is suspended.
    0Resume. Starting from current state messages are sent.
    >0The following NumberOfMessages are suspended.

Return Values

  • 0: Not successful
  • 1: Successful

Example