Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

diagResetParameter

Valid for: CANoe DE

Function Syntax

  • long diagResetParameter (diagResponse obj, char parameterName[])
  • long diagResetParameter (diagRequest obj, char parameterName[])

Method Syntax

  • diagResponse::ResetParameter (char parameterName[])
  • diagRequest::ResetParameter (char parameterName[])

Description

Sets the parameter to its default value.

Parameters

  • obj: Diagnostics object
  • parameterName: Parameter qualifier

Return Values

Error code

Example