Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » File Server Interaction Layer (FS IL) » FSIL_GetAddress

FSIL_GetAddress

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long FSIL_GetAddress(); // form 1
long FSIL_GetAddress(dbNode fs); // form 2

Description

Returns the address that is used by the FS IL.

Parameters

  • fs: FS simulation node to apply the function

Return Values

Example

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