Skip to main content

coTfsDeactivateGuardingReqMonitor

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

Function Syntax

long coTfsDeactivateGuardingReqMonitor( dword nodeId );

Description

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

Parameters

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

Return Values

Error code

Example

coTfsActivateGuardingReqMonitor(2,100,20);
TestWaitForTimeout(2000);
coTfsDeactivateGuardingReqMonitor(0x1);