Skip to main contentOpen topic with navigation
CAPL Functions » Ethernet » Function Overview » EthernetMacsecSecureEntity::UpdateMkaICV
EthernetMacsecSecureEntity::UpdateMkaICV
Valid for: CANoe DE
Method Syntax
EthernetMacsecSecureEntity.UpdateMkaICV (ethernetPacket* packet);
Description
Recalculates the integrity check value (ICV) of a MKPDU.
Parameters
- packet: The packet for which to recalculate the ICV. The packet must be a valid MKA frame (MKPDU), conforming to IEEE802.1X.
Return Values
- byte: 1 if the call succeeded, 0 otherwise.
Example
—