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