Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Interaction Layer » Iso11783IL_OPChangeActiveMask

Iso11783IL_OPChangeActiveMask

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783IL_OPChangeActiveMask( dword maskID ); // form 1
long Iso11783IL_OPChangeActiveMask( dbNode implement, dword maskID ); // form 2

Description

This function changes the active data mask. The Change Active Mask command is sent to the Virtual Terminal.

Parameters

  • maskID: object ID of the data mask object, which should be activated
  • implement: Simulation node to apply the function.

Return Values

  • = 0: Function has been executed successfully
  • < 0: An error has occurred, see error codes

Example

Iso11783IL_OPChangeActiveMask( 1000 );