Skip to main content
Open topic with navigation

EthernetMacsecConfiguration::GetCKN

CAPL Functions » Ethernet » Function Overview » EthernetMacsecConfiguration::GetCKN Valid for: CANoe DE

Method Syntax

dword EthernetMacsecConfiguration.GetCKN(byte cak[]);

Description

Copies the connectivity key name (CKN) of the given MACsec configuration into the byte array given as parameter.

Parameters

  • cak[]: A buffer where to copy the CKN.

Return Values

  • dword: The number of bytes copied into the specified byte array.

Example