Extensions.DiagCom.GetFirstResult

From emotive
Revision as of 10:20, 16 July 2014 by Nb (talk | contribs) (Created page with "<big>Big text</big>Category:DiagCom == Classification == {{ClassificationActivity | GetFirstResult | The first result of a diagnostic services performed | Term | Dia...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

Properties

Name Data Type Class Default Cardinality Description
Result Result Return - - Result object of diagnostic services.
DiagService DiagService Term - [1] Diagnostics Service.

Examples

Result result = GetFirstResult(diagService);

See also

GetAllResult
ExecuteDiagService