Skip to main content
Open topic with navigation CAPL Functions » Ethernet » Function Overview » EthernetMacsecSecureEntity::GetIncludeSCI

EthernetMacsecSecureEntity::GetIncludeSCI

Valid for: CANoe DE

Method Syntax

byte EthernetMacsecSecureEntity.GetIncludeSCI(byte& includeSCI);

Description

Returns preset for the SC flag in the tag control information (TCI). When this bit is set, MACsec frames will be sent including the SCI. Otherwise, no SCI will be sent.

Parameters

  • includeSCI: The reference parameter where the queried value will be returned.

Return Values

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

Example