Difference between revisions of "Extensions.DiagCom.GetFirstResult"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | [[Category:DiagCom]] | |
== Classification == | == Classification == | ||
{{ClassificationActivity | GetFirstResult | The first result of a diagnostic services performed | [[Term]] | [[DiagCom|OTX DiagCom extension]] | [[Result related terms]] | [[OutOfBoundsException]] | - }} | {{ClassificationActivity | GetFirstResult | The first result of a diagnostic services performed | [[Term]] | [[DiagCom|OTX DiagCom extension]] | [[Result related terms]] | [[OutOfBoundsException]] | - }} |
Revision as of 10:58, 5 September 2014
Contents
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
Result GetFirstResult(DiagService diagService);
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.
![]()
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);