Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Interaction Layer » Iso11783IL_BlockTxTpCtsDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Iso11783IL_BlockTxTpCts
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
Prevents transmitting of a (E)TP.CTS message generated and sent by the interaction layer. The message to be blocked is identified by its occurrences on the bus, starting at 1. The given CTS message is blocked every time until the CAPL function Iso11783IL_ResetBlockedTxTpCts is called. After blocking the CTS message, the Interaction Layer silently closes the connection without sending further messages since the connection state is corrupted.Parameters
- ctsToBlock: The CTS message that shall be blocked.
- node: Simulation node to apply the function.
Return Values
- 0: OK
- -3001: General Error
- -3002: Parameter ctsToBlock must be greater than 0