Open topic with navigation CAPL Functions » ISO11783 » File Server Interaction Layer (FS IL) » FSIL_ResetAllDelayedRxMessageDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
FSIL_ResetAllDelayedRxMessage
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long FSIL_ResetAllDelayedRxMessage(dword behavior); // form 1long FSIL_ResetAllDelayedRxMessage(dbNode node, dword behavior); // form 2
Description
Resets the change of all FSIL_DelayRxMessage calls.Parameters
-
behavior
- 0: Do not process currently delayed messages
- 1: Process currently delayed messages after the defined delay
-
node
- Simulation node to apply the function.
Return Values
- 0: Function has been executed successfully
- -102: An invalid parameter is used