Classification
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