Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » Shared Callback Functions » SCC_InvalidMessageIndDocumentation 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_InvalidMessageInd
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
The callback is called when a SDP or V2G message is received with an invalid content (i.e. it is rejected by the session layer).Parameters
-
MessageType: Type of the invalid message:
- 0: SDP (SECC Discovery Protocol)
- 1: V2G (Vehicle2Grid)
-
ErrorCode: Type of error:
- 0: Wrong version number, or version number format
- 1: Unknown payload type
- 2: Invalid payload length
- 3: Error while decoding (EXI or XML parsing failed) – V2G only
- 4: Invalid signature – V2G only