Difference between revisions of "Extensions.DiagCom.GetFirstResult"

From emotive
Jump to navigation Jump to search
(Created page with "<big>Big text</big>Category:DiagCom == Classification == {{ClassificationActivity | GetFirstResult | The first result of a diagnostic services performed | Term | Dia...")
 
Line 10: Line 10:
 
== Description ==
 
== Description ==
 
The '''GetFirstResult''' term returns the first result of a diagnostic services performed. This is necessary especially for the evaluation of the responses of several ECUs.
 
The '''GetFirstResult''' term returns the first result of a diagnostic services performed. This is necessary especially for the evaluation of the responses of several ECUs.
 +
 +
{{TermReturnValue| [[Result]] | Result object of diagnostic services.}}
  
 
== Properties ==
 
== Properties ==
 
{| {{TableHeader}}
 
{| {{TableHeader}}
 
{{TableRowPropertiesHeader}}
 
{{TableRowPropertiesHeader}}
{{TableRowPropertie1| Result | [[Result]] | [[Return]] | - | - | Result object of diagnostic services.}}
 
 
{{TableRowPropertie2| DiagService | [[DiagService]] | [[Term]] | - | [1] | Diagnostics Service.}}
 
{{TableRowPropertie2| DiagService | [[DiagService]] | [[Term]] | - | [1] | Diagnostics Service.}}
 
|}
 
|}

Revision as of 04:00, 17 July 2014

Big text

Classification

Name GetFirstResult
Short Description The first result of a diagnostic services performed
Class Term
Extension OTX DiagCom extension
Group Result related terms
Exceptions OutOfBoundsException
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

GetFirstResult(DiagService diagService, Result result);

Description

The GetFirstResult term returns the first result of a diagnostic services performed. 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
Result Result object of diagnostic services.

Properties

Name Data Type Class Default Cardinality Description
DiagService DiagService Term - [1] Diagnostics Service.

Examples

Result result = GetFirstResult(diagService);

See also

GetAllResult
ExecuteDiagService