diagIsRespParameterDefault
Valid for: CANoe DEFunction Syntax
Method Syntax
Method SyntaxDescription
Access/check a response parameter for a given request. It is not necessary to declare the response and retrieve the response explicitly e.g. via diagGetLastReponse(diagRequest) to make a check with diagResponse.IsParameterDefault(“MyParamName”).Parameters
- obj: Diagnostics request
- parameterName: Parameter qualifier
Return Values
- 0: The parameter has none or not its default value.
- 1: The parameter has its default value.
< 0: Diagnostic Error code.