J1939ILDelayTxTpAbort
Tool Availability: Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long J1939ILDelayTxTpAbort(long timeout); //Form 1long J1939ILDelayTxTpAbort(dbNode node, long timeout); //Form 2
Description
Delays transmitting of the TP.Abort message generated and sent by the interaction layer. The Abort message is delayed every time until the CAPL function J1939ILResetDelayedTxTpAbort is called. The delay time is added to the value set by J1939ILSetNodeProperty(“AbortLatency”, …).Parameters
- timeout: Delay in milliseconds [1…3600000].
- node: Simulation node to apply the function.
Return Values
- 0: OK
- -3001: General Error
- -3004: Parameter timeout must be greater than 0