Skip to main content

coTfsDeactivateHeartbeatMonitor

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

Function Syntax

long coTfsDeactivateHeartbeatMonitor( dword nodeId );

Description

This function switches off the calling of the heartbeat callbacks if these are switched on. The callbacks can be switched on with coTfsActivateHeartbeatMonitor.

Parameters

  • nodeId: Identifier of the node for which the heartbeat callbacks are to deactivate.

Return Values

Error code

Example

coTfsActivateHeartbeatMonitor(0x1,100.20);
TestWaitForTimeout(2000);
coTfsDeactivateHeartbeatMonitor(0x1);