Iso11783IL_BlockTxTpDt
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
Prevents transmitting of (E)TP.DT messages generated and sent by the interaction layer. The messages to be blocked are identified by their occurrences on the bus, starting at 1 until the given message count is reached. The given range of DT messages are blocked every time until the CAPL function Iso11783IL_ResetBlockedTxTpDt is called. After blocking the DT messages, the Interaction Layer continues as if no error occurred. The timeout parameter specifies whether the ongoing messages shall be sent immediately or after the given time in milliseconds passed.Parameters
- firstMsg: The sequence number of the first DT message that shall be blocked [1…n].
- numOfMsg: Number of DT messages that shall be blocked [1…n].
- timeout: The delay in milliseconds to continue the transmission with regularly sent DT messages.
- node: Simulation node to apply the function.
Return Values
- 0: OK
- -3001: General Error
- -3002: Parameter firstMsg must be greater than 0
- -3003: Parameter numOfMsg must be greater than 0