Difference between revisions of "Extensions.DiagCom.GetFirstResponse"

From emotive
Jump to navigation Jump to search
Line 5: Line 5:
 
== Pseudo-Code Syntax ==
 
== Pseudo-Code Syntax ==
 
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;">
 
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;">
GetFirstResponse(Result resultEcu, Response result);
+
Response GetFirstResponse(Result resultEcu);
 
</syntaxhighlight>
 
</syntaxhighlight>
  

Revision as of 02:44, 18 July 2014

Big text

Classification

Name GetFirstResponse
Short Description First Response of a result object
Class Term
Extension OTX DiagCom extension
Group Response related terms
Exceptions -
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

Response GetFirstResponse(Result resultEcu);

Description

The GetFirstResponse term returns the first response of a result object. This is necessary especially for the evaluation of the responses of several ECUs.

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
Response First Response of a result object.

Properties

Name Data Type Class Default Cardinality Description
ResultEcu Result Term - [1] Result-Object.

Examples

Response result = GetFirstResponse(resultEcu);

See also

GetAllResponses
IsPositive
GetResponseName
ExecuteDiagService
GetFirstResult