Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Node Layer » Iso11783OPChangeLineAttribute

Iso11783OPChangeLineAttribute

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783OPChangeLineAttribute( dword ecuHandle, dword objectID, dword color, dword width, dword art );

Description

The function changes the properties of a line attribute object. A Change Line Attribute command is sent to the Virtual Terminal.

Parameters

  • ecuHandle: Handle of the ECU (must be created with Iso11783CreateECU)
  • objectID: Object ID of a line attribute object
  • color: Color index
  • width: Width of line in pixel
  • art: Bit pattern which is used to draw the line

Return Values

0 or error code

Example

Iso11783OPChangeLineAttribute( handle, 1100, 10, 3, 0xaa );