Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » Shared Callback Functions » SCC_SignaturePreSendIndDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
SCC_SignaturePreSendInd
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This callback is called when a signature for a message has been created. It allows to peek for the signature and its length before it is sent with the indicated message. Also, both signature and length may be changed for the purpose of fault injection.Parameters
- SessionID: 8-byte long SessionID of SCC connection, range: 0 – 0xFF FF FF FF FF FF FF FF.
- MessageID: Type of the message that will use the signature.
- Signature: The signature data.
- sigLength: The number of signature data bytes. If set to zero, the signature will be absent in the indicated message.