Skip to main contentSetFaultInjection
Valid for: CANoe DE • CANoe4SW DE
Function Syntax
MethodReturnValueType SetFaultInjection ( FaultInjectionType faultInjectionType, bool enable )
Description
Enables fault injection within the V2G communication.
Parameters
-
faultInjectionType: Enum with following values:
- 0 = All (set all types below)
- 1 = PreventTCPShutdown
- 2 = PreventTCPShutdownReaction
-
enable:
Return Values
MethodReturnValueType
All function calls (except for indications) will return a MethodReturnValueType indicating whether the call was successful or not. Possible values:
- 0: OK
- 1: InvalidArgument
- 2: NoMatchingElementFound
- 3: UnknownError
Example
—