Skip to main content
Open topic with navigation

SCC_SetPreparedMsgFaultNotification

CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » Test Functions » Shared Functions » SCC_SetPreparedMsgFaultNotification Valid for:  CANoe DE  •  CANoe4SW DE

Function Syntax

long SCC_SetPreparedMsgFaultNotification( char FaultCode[], char FaultMessage[] )

Description

Sets the fault code and fault message for a prepared message.

Parameters

  • FaultCode: Desired fault code, which must be a valid enum value according to the specification.
  • FaultMsg: Desired fault message string. If this string is empty, the optional message element is omitted.

Return Values

  • 0: Not successful
  • 1: Successful

Example