Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » Task Controller Interaction Layer (TC IL) » TCIL_GetAddress

TCIL_GetAddress

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long TCIL_GetAddress(); // form 1
long TCIL_GetAddress(dbNode tc); // form 2

Description

Returns the address that is used by the TC IL.

Parameters

  • tc: TC simulation node to apply the function

Return Values

Example

Example form 1
on key 'a'
{
  long addr;
  addr = TCIL_GetAddress();
}