Difference between revisions of "Extensions.DiagDataBrowsing.GetComChannelList"

From emotive
Jump to navigation Jump to search
(Created page with "Category:DiagDataBrowsing == Classification == {{ClassificationActivity | GetComChannelList | Return list of labels of all communication channels | Term | DiagDataBr...")
 
Line 9: Line 9:
  
 
== Description ==
 
== Description ==
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| [[List]] | Return list of labels of all communication channels}}

Revision as of 10:27, 30 July 2014

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

Pseudo-Code Syntax

List<String> GetComChannelList(ComChannelCategory category);

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.

Icons Note.png 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.

Examples

List<String> listComChannel = GetComChannelList(@ComChannelCategory:BASE_VARIANT);

See also

GetEcuVariantList
GetDiagServiceList
GetRequestParameterList
GetResponseParameterList
GetAllowedParameterValueList