Skip to main content

diagIsRespParameterDefault

Valid for: CANoe DE

Function Syntax

Method Syntax

Method Syntax

Description

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.

Example