Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Iso11783OPExecuteMacro

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783OPExecuteMacro( dword ecuHandle, dword macroID );

Description

The function executes a macro object. An Execute Macro command is sent to the Virtual Terminal.

Parameters

  • ecuHandle: Handle of the ECU (must be created with Iso11783CreateECU)
  • macroID: Object ID of a macro object

Return Values

0 or error code

Example

Iso11783OPExecuteMacro( handle, 1200 );