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.

Iso11783OPSelectColorMap

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783OPSelectColorMap( dword ecuHandle, dword  colorMapID );

Description

The function selects a color map object. A Select Color Map command is sent to the Virtual Terminal.

Parameters

  • ecuHandle: Handle of the ECU (must be created with Iso11783CreateECU)
  • colorMapID: Object ID of the color map objects

Return Values

0 or error code

Example

Iso11783OPSelectColorMap( handle, 1400 );