EthernetMacsecSecureEntity::DeleteRxSA
Valid for: CANoe DEMethod Syntax
byte EthernetMacsecSecureEntity.DeleteRxSA(EthernetMacsecSCI sci, byte AN);
Description
Deletes a secure association for receiving.Parameters
- sci: The secure channel id of the secure channel of this SA to be deleted.
- AN: The secure association number of the SA to be deleted.
Return Values
- byte: 1 if the call succeeded, 0 otherwise.
- The secure channel referred to by the sci does not exist.
- The AN is not in range 0..3.
- The SA referred to by the association number does not exist.