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

Iso11783IL_GetAddress

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783IL_GetAddress(); // form 1
long Iso11783IL_GetAddress(dbNode node); // form 2

Description

Returns the address that is used by the ISO11783 IL.

Parameters

  • node: Simulation node to apply the function.

Return Values

  • ≥ 0: Address of the ISO11783 IL
  • < 0: Error code

Example

on key 'a'
{
  LONG addr;
  addr = Iso11783IL_GetAddress();
}