Open topic with navigation CAPL Functions » Ethernet » Function Overview » EthernetMacsecSecureEntity::CreateTxSCDocumentation 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::CreateTxSC
Valid for: CANoe DEMethod Syntax
byte EthernetMacsecSecureEntity.CreateTxSC(EthernetMacsecSCI sci);
Description
Creates a secure channel for transmitting.Parameters
- sci: The secure channel id of the secure channel to be created.
Return Values
- byte: 1 if the call succeeded, 0 otherwise.
- Only one secure transmit channel is supported. The call will fail if a transmit secure entity for this SecY already exists.