Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Open topic with navigation CAPL Functions » Ethernet » Function Overview » EthernetMacsecSecureEntity::InitMacsec

EthernetMacsecSecureEntity::InitMacsec

Valid for: CANoe DE

Method Syntax

Method Syntax
byte EthernetMacsecSecureEntity.InitMacsec();

Description

Initializes the secure entity. This function must be called before any secure channels can be created.

Parameters

Return Values

  • byte: 1 if the call succeeded, 0 otherwise.

Example