Open topic with navigation CAPL Functions » Ethernet » Function Overview » EthernetMacsecSecureEntity::UpdateMkaICVDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
EthernetMacsecSecureEntity::UpdateMkaICV
Valid for: CANoe DEMethod 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.