Extensions.DiagCom.GetDiagServiceListBySemantic

From emotive
Revision as of 07:21, 16 July 2014 by Nb (talk | contribs) (Created page with "Category:DiagCom == Classification == {{ClassificationActivity | GetDiagServiceListBySemantic | List of Diagnostic Services with the same semantic attribute | Term | [...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name GetDiagServiceListBySemantic
Short Description List of Diagnostic Services with the same semantic attribute
Class Term
Extension OTX DiagCom extension
Group DiagService related terms
Exceptions -
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

GetDiagServiceListBySemantic(ComChannel myComChannel, String semantic, List<DiagService> resultList);

Description

The GetDiagServiceListBySemantic term is a complete list of diagnostic services with the same Semantic Attribute back.

Properties

Name Data Type Class Default Cardinality Description
ComChannel ComChannel Term - [1] Communication Channel.
Semantic String Term - [1] Semantic attribute to classify the diagnostic services (eg: "DEFAULT_FAULTREAD" or "IDENTIFICATION").
Result List Return - - List of Type DiagService.

Examples

ComChannel myComCannel = GetComChannel("LL_AirbaUDS", "", false);
List<DiagService> result = GetDiagServiceListBySemantic(myComCannel, "DEFAULT_FAULTREAD");

See also

GetDiagServiceBySemantic
GetDiagServiceNameFromResult
GetDiagServiceFromException
GetDiagServiceName
ExecuteDiagService
GetComChannel