Classification
Pseudo-Code Syntax
List<DiagService> GetDiagServiceListBySemantic(ComChannel myComChannel, String semantic);
Description
The GetDiagServiceListBySemantic term is a complete list of diagnostic services with the same Semantic Attribute back.
Return Value
The Term returns the value, see table below.
|
|
In OTX, Terms are categorized according to its return data type!
|
Data Type |
Description
|
List |
List of Type DiagService.
|
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").
|
Examples
ComChannel myComCannel = GetComChannel("LL_AirbaUDS", "", false);
List<DiagService> result = GetDiagServiceListBySemantic(myComCannel, "DEFAULT_FAULTREAD");
See also
GetDiagServiceListBySemantic
GetDiagServiceFromResult
GetDiagServiceFromException
GetDiagServiceName
ExecuteDiagService
GetComChannel