SetFaultInjection
Valid for: CANoe DE • CANoe4SW DEFunction 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:
- 1 = enable
- 0 = disable
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