Open topic with navigation CAPL Functions » ISO11783 » Task Controller Interaction Layer (TC IL) » TCIL_BlockTxTpEomaDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
TCIL_BlockTxTpEoma
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long TCIL_BlockTxTpEoma(); //Form 1long TCIL_BlockTxTpEoma(dbNode node); //Form 2
Description
Prevents transmitting of the (E)TP.EoMA (End Of Message Acknowledgement) message generated and sent by the interaction layer. The EoMA message is blocked every time until the CAPL function TCIL_ResetBlockedTxTpEoma is called. After blocking the EoMA message, the Interaction Layer silently closes the connection without sending further messages.Parameters
- node: Simulation node to apply the function.
Return Values
- 0: OK
- -3001: General Error