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

Iso11783IL_TIMClearLwATable

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

  • long Iso11783IL_TIMClearLwATable(); // form 1
  • long Iso11783IL_TIMClearLwATable(dbNode participan); // form 2

Description

Removes all LwA (lightweight authentication) keys of the LwA table of the TIM client/server. LwA keys are created while a full authentication process and act as common secret between a TIM client and a TIM server.

Parameters

  • 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