Difference between revisions of "Extensions.DiagDataBrowsing.GetDiagServiceList"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
== Description == | == Description == | ||
− | '''GetDiagServiceList''' returns a list of strings containing the names of all | + | '''GetDiagServiceList''' returns a list of strings containing the names of all diagnostic services available for a given communication channel. |
+ | |||
+ | {{Note|NOTE — In the case of a MVCI/ODX based system, the equivalent of a diagnostic service name shall be the SHORT-NAME of a DIAG-COMM.}} | ||
{{TermReturnValue| [[Core.DataTypes.ComplexDataType.ContainerDataType.List|List]] | Return list of available diagnostic services of a communication channel}} | {{TermReturnValue| [[Core.DataTypes.ComplexDataType.ContainerDataType.List|List]] | Return list of available diagnostic services of a communication channel}} |
Revision as of 04:40, 26 September 2018
Contents
Classification
Name | GetDiagServiceList |
Short Description | Return list of available diagnostic services of a communication channel |
Class | Term |
Extension | OTX DiagDataBrowsing extension |
Group | DiagDataBrowsing terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
ListTerm = DiagDataBrowsing.GetDiagServiceList(ComChannelTerm);
Description
GetDiagServiceList returns a list of strings containing the names of all diagnostic services available for a given communication channel.
![]()
NOTE — In the case of a MVCI/ODX based system, the equivalent of a diagnostic service name shall be the SHORT-NAME of a DIAG-COMM.
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 | Return list of available diagnostic services of a communication channel |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
ComChannel | ComChannel | Term | - | [1] | The communication channel whose diagnostic services are listed. |
OTL Examples
List<String> List1;
DiagCom.ComChannel ComChannel1;
ComChannel1 = DiagCom.GetComChannel("LL_AccesStartInterUDS", "", false);
List1 = DiagDataBrowsing.GetDiagServiceList(ComChannel1);
See also
GetComChannelList
GetEcuVariantList
GetRequestParameterList
GetResponseParameterList
GetAllowedParameterValueList