Difference between revisions of "Extensions.DiagCom.GetFirstResponse"

From emotive
Jump to navigation Jump to search
Line 10: Line 10:
 
== Description ==
 
== 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.
 
The '''GetFirstResponse''' term returns the first response of a result object. This is necessary especially for the evaluation of the responses of several ECUs.
 +
 +
{{TermReturnValue| [[Response]] | First Response of a result object.}}
  
 
== Properties ==
 
== Properties ==
 
{| {{TableHeader}}
 
{| {{TableHeader}}
 
{{TableRowPropertiesHeader}}
 
{{TableRowPropertiesHeader}}
{{TableRowPropertie1| Result | [[Response]] | [[Return]] | - | - | First Response of a result object.}}
+
{{TableRowPropertie1| ResultEcu | [[Result]] | [[Term]] | - | [1] | Result-Object.}}
{{TableRowPropertie2| ResultEcu | [[Result]] | [[Term]] | - | [1] | Result-Object.}}
 
 
|}
 
|}
  

Revision as of 04:16, 17 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

GetFirstResponse(Result resultEcu, Response result);

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