Difference between revisions of "Extensions.DiagDataBrowsing.GetComChannelList"
Jump to navigation
Jump to search
m (Hb moved page GetComChannelList to Extensions.DiagDataBrowsing.GetComChannelList: #3153) |
|||
Line 1: | Line 1: | ||
− | [[Category:DiagDataBrowsing]] | + | {{DISPLAYTITLE:OTX'''GetComChannelList'''}}[[Category:DiagDataBrowsing]] |
== Classification == | == Classification == | ||
{{ClassificationActivity | GetComChannelList | Return list of labels of all communication channels | [[Term]] | [[DiagDataBrowsing|OTX DiagDataBrowsing extension]] | [[DiagDataBrowsing terms]] | - | - }} | {{ClassificationActivity | GetComChannelList | Return list of labels of all communication channels | [[Term]] | [[DiagDataBrowsing|OTX DiagDataBrowsing extension]] | [[DiagDataBrowsing terms]] | - | - }} | ||
Line 11: | Line 11: | ||
'''GetComChannelList''' a list of strings to return containing identifications of all the communication channels that are described in diagnostic vehicle information database. | '''GetComChannelList''' a list of strings to return containing identifications of all the communication channels that are described in diagnostic vehicle information database. | ||
− | {{TermReturnValue| [[List]] | Return list of labels of all communication channels}} | + | {{TermReturnValue| [[Core.DataTypes.ComplexDataType.ContainerDataType.List|List]] | Return list of labels of all communication channels}} |
== Properties == | == Properties == | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{TableRowPropertie1| Category | [[ComChannelCategory]] | [[Value]] | - | [0..1] | This optional attribute are the categories into which the returned list will be filtered.}} | + | {{TableRowPropertie1| Category | [[Extensions.DiagDataBrowsing.ComChannelCategory|ComChannelCategory]] | [[Value]] | - | [0..1] | This optional attribute are the categories into which the returned list will be filtered.}} |
|} | |} | ||
Line 27: | Line 27: | ||
== See also == | == See also == | ||
− | [[GetEcuVariantList]] <br/> | + | [[Extensions.DiagDataBrowsing.GetEcuVariantList|GetEcuVariantList]] <br/> |
− | [[GetDiagServiceList]] <br/> | + | [[Extensions.DiagDataBrowsing.GetDiagServiceList|GetDiagServiceList]] <br/> |
− | [[GetRequestParameterList]] <br/> | + | [[Extensions.DiagDataBrowsing.GetRequestParameterList|GetRequestParameterList]] <br/> |
− | [[GetResponseParameterList]] <br/> | + | [[Extensions.DiagDataBrowsing.GetResponseParameterList|GetResponseParameterList]] <br/> |
− | [[GetAllowedParameterValueList]] | + | [[Extensions.DiagDataBrowsing.GetAllowedParameterValueList|GetAllowedParameterValueList]] |
Revision as of 04:48, 5 February 2016
Contents
Classification
Name | GetComChannelList |
Short Description | Return list of labels of all communication channels |
Class | Term |
Extension | OTX DiagDataBrowsing extension |
Group | DiagDataBrowsing terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
ListTerm = DiagDataBrowsing.GetComChannelList(ComChannelCategories);
Description
GetComChannelList a list of strings to return containing identifications of all the communication channels that are described in diagnostic vehicle information database.
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 labels of all communication channels |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Category | ComChannelCategory | Value | - | [0..1] | This optional attribute are the categories into which the returned list will be filtered. |
OTL Examples
List<String> List1;
List1 = DiagDataBrowsing.GetComChannelList(@ComChannelCategories:BASE_VARIANT);
See also
GetEcuVariantList
GetDiagServiceList
GetRequestParameterList
GetResponseParameterList
GetAllowedParameterValueList