Skip to main content

J1939ILResetDelayedTxTpEoma

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

  • long J1939ILResetDelayedTxTpEoma(); //Form 1
  • long J1939ILResetDelayedTxTpEoma(dbNode node); //Form 2

Description

Resets all EoMA messages that were delayed with J1939ILDelayTxTpEoma.

Parameters

  • node: Simulation node to apply the function.

Return Values

  • 0: OK
  • -1: General Error

Example