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

Iso11783IL_TIMRemoveCertificate

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783IL_TIMRemoveCertificate(byte certificateType); // form 1
long Iso11783IL_TIMRemoveCertificate(dbNode participant, byte certificateType); // form 2

Description

Removes a certificate file which has been loaded Iso11783IL_TIMAddCertificate.

Parameters

  • certificateType: Type of certificate.
    • 0: AEF Root certificate
    • 1: Testlab certificate
    • 2: Manufacturer certificate
    • 3: Manufacturer series certificate
    • 4: Device certificate
    • 5: CRL signing certificate
  • 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