Extensions.DiagCom.GetDiagServiceListBySemantic

From emotive
Revision as of 09:45, 16 July 2014 by Nb (talk | contribs) (→‎See also)
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

GetDiagServiceListBySemantic
GetDiagServiceFromResult
GetDiagServiceFromException
GetDiagServiceName
ExecuteDiagService
GetComChannel