Extensions.DiagCom.GetDiagServiceListBySemantic
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