Skip to main content
Open topic with navigation CAPL Functions » J1939 » GB/T 27930 IL » GBT27930IL_ResetAllDelayedRxMessage

GBT27930IL_ResetAllDelayedRxMessage

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

  • long GBT27930IL_ResetAllDelayedRxMessage(dword behavior); // form 1
  • long GBT27930IL_ResetAllDelayedRxMessage(dbNode node, dword behavior); // form 2

Description

Resets the change of all GBT27930IL_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

Example