Skip to main content
Open topic with navigation

EthernetMacsecSecureEntity::DeleteRxSC

CAPL Functions » Ethernet » Function Overview » EthernetMacsecSecureEntity::DeleteRxSC

Valid for: CANoe DE

Method Syntax

byte EthernetMacsecSecureEntity.DeleteRxSC(EthernetMacsecSCI sci);

Description

Deletes a receive secure channel.

Parameters

  • sci: The secure channel id of the secure channel to be deleted.

Return Values

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

Example