Skip to main content
Open topic with navigation

InvalidMessageReceivedInd

CAPL Functions » Smart Charging » CCS (Communication Setup) » Shared Callback Functions » InvalidMessageReceivedInd Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void InvalidMessageReceivedInd(InvalidMessageErrorType error);

Description

The callback is called when a SDP or V2G message is received with an invalid format and is therefore not further processed. It is available for the whole Distributed Object.

Parameters

  • error: Type of error:
    • 0: Wrong version number or inverse version number
    • 1: Unknown payload type
    • 2: Invalid payload length

Return Values

Example