Difference between revisions of "Extensions.DiagDataBrowsing.GetDiagServiceList"
Jump to navigation
Jump to search
m (Hb moved page GetDiagServiceList to Extensions.DiagDataBrowsing.GetDiagServiceList: #3153) |
|||
Line 1: | Line 1: | ||
− | [[Category:DiagDataBrowsing]] | + | {{DISPLAYTITLE:OTX '''GetDiagServiceList'''}}[[Category:DiagDataBrowsing]] |
== Classification == | == Classification == | ||
− | {{ClassificationActivity | GetDiagServiceList | Return list of available diagnostic services of a communication channel | [[Term]] | [[DiagDataBrowsing|OTX DiagDataBrowsing extension]] | [[DiagDataBrowsing terms]] | - | - }} | + | {{ClassificationActivity | GetDiagServiceList | Return list of available diagnostic services of a communication channel | [[Term]] | [[Extensions.DiagDataBrowsing|OTX DiagDataBrowsing extension]] | [[DiagDataBrowsing terms]] | - | - }} |
== OTL Syntax == | == OTL Syntax == | ||
Line 11: | Line 11: | ||
'''GetDiagServiceList''' returns a list of strings containing the names of all available diagnostic services of a particular communication channel. | '''GetDiagServiceList''' returns a list of strings containing the names of all available diagnostic services of a particular communication channel. | ||
− | {{TermReturnValue| [[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}} |
== Properties == | == Properties == | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{TableRowPropertie1| ComChannel | [[ComChannel]] | [[Term]] | - | [1] | The communication channel whose diagnostic services are listed.}} | + | {{TableRowPropertie1| ComChannel | [[Extensions.DiagCom.ComChannel|ComChannel]] | [[Term]] | - | [1] | The communication channel whose diagnostic services are listed.}} |
|} | |} | ||
Line 29: | Line 29: | ||
== See also == | == See also == | ||
− | [[ | + | [[Extensions.DiagDataBrowsing.GetComChannelList|GetComChannelList]] <br/> |
− | [[ | + | [[Extensions.DiagDataBrowsing.GetEcuVariantList|GetEcuVariantList]] <br/> |
− | [[GetRequestParameterList]] <br/> | + | [[Extensions.DiagDataBrowsing.GetRequestParameterList|GetRequestParameterList]] <br/> |
− | [[GetResponseParameterList]] <br/> | + | [[Extensions.DiagDataBrowsing.GetResponseParameterList|GetResponseParameterList]] <br/> |
− | [[GetAllowedParameterValueList]] | + | [[Extensions.DiagDataBrowsing.GetAllowedParameterValueList|GetAllowedParameterValueList]] |
Revision as of 04:55, 5 February 2016
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 available diagnostic services of a particular communication channel.
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