Skip to main content

FDXDisableFreeRunningMode

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

Function Syntax

long FDXDisableFreeRunningMode(long fdxClientHandle, word groupID);

Description

This function disables the Free Running mode for the specified FDX client. The behavior of the function corresponds to the reception of a FreeRunningCancel command via the FDX protocol. You can find further information about the Free Running mode in the manual CANoe_FDX_Protocol_EN.pdf.

Parameters

  • fdxClientHandle: FDX Client for which the FreeRunningMode should be activated.
  • groupID: Identifies the data group inside the FDX description file.

Return Values

  • 0: Successful function call
  • -1: The parameter fdxClientHandle is invalid.

Example

Coupling of two CANoe Instances using the FDX Protocol