Skip to main content
Open topic with navigation

Iso11783IL_TIMLoadLwATable

CAPL Functions » ISO11783 » ISO11783 Interaction Layer » Iso11783IL_TIMLoadLwATable Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783IL_TIMLoadLwATable(char iniFilePath[]); // form 1
long Iso11783IL_TIMLoadLwATable(dbNode participant, char iniFilePath[]); // form 2

Description

Loads a table with lightweight authentication (LwA) keys from a file. The LwA table has to be stored with function Iso11783IL_TIMSaveLwATable before.

Parameters

  • iniFilePath: Path of a file (INI file format) which contains the LwA key table of the TIM client/server. Path has to be absolute or relative relating to the folder of the CANoe configuration.
  • participant: TIM participant (TIM server or TIM client).

Return Values

  • 0: Property has been set successfully
  • < 0: An error has occurred, see error codes

Example