Skip to main contentOpen topic with navigation
CAPL Functions » Ethernet » Function Overview » EthernetMacsecConfiguration::GetCipherSuites
EthernetMacsecConfiguration::GetCipherSuites
Valid for: CANoe DE
Method Syntax
dword EthernetMacsecConfiguration.GetCipherSuites(qword cs[]);
Description
Copies the currently configured cipher suite priority list of the given MACsec configuration into the qword array given as parameter. The single qwords are the cipher suite ids as specified in IEEE802.1X-2020.
Parameters
- cs[]: A buffer where to copy the cipher suites.
Return Values
- dword: The number of qwords, representing cipher suite ids, copied into the specified qword array.
Example
—