Skip to main content
Open topic with navigation

Class: DiagResponse

CAPL Functions » Classes » DiagResponse This class represents a diagnostic response. Note
The methods are linked to the description of the corresponding CAPL function.

Function Syntax

  • diagResponse ECUQualifier.serviceIdentifier objectName;
    Form 1, Syntax with ECU Qualifier in DiagRequest/Response Objects
  • diagResponse serviceIdentifier objectName;
    Form 2 (deprecated)
Examples:
  • diagResponse Door.defaultSessionStart resp;
  • diagResponse this resp;
  • diagResponse defaultSessionStart resp;

Constructor

Constructor

Destructor

Destructor

Method Syntax

Declaration and Initialization of Diagnostic ObjectsDiagnostics CAPL Functions