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.

Iso11783GetNodeAddr

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

dword Iso11783GetNodeAddr( dword ecuHandle );

Description

This function returns the current address of a logical ECU.

Parameters

  • ecuHandle: ECU handle

Return Values

  • Current ECU address
  • 0xFE if the address is the ISO11783 NULL address. If this function is called with an invalid handle, the function returns 0xFFFF.

Example

addr = Iso11783GetNodeAddr(ecuHandle);