OTX Reference  
OpenTestSystem.Otx.Extensions.DiagDataBrowsing.Terms.GetComChannelList Class Reference

Get list the identifiers of all communication channels. More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.DiagDataBrowsing.Terms.GetComChannelList:
Inheritance graph

Public Attributes

ComChannelCategoryTerm category
 This optional element specifies the category according to which the com channels be filtered. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Get list the identifiers of all communication channels.

GetComChannelList returns a list of strings containing the identifiers of all communication channels described in the diagnostic vehicle information data base.

If the optional attribute category is set, only those communication channel identifiers will be returned which belong to the given category.

Note
NOTE - In the case of a MVCI/ODX based system, the equivalent of a communication channel identifier will be the SHORT-NAME of a LOGICAL-LINK.
Syntax
ListTerm = DiagDataBrowsing.GetComChannelList(ComChannelCategoriesTerm Category);
Examples
// Local Declarations
List<String> List1;
// Flow
List1 = DiagDataBrowsing.GetComChannelList(@ComChannelCategories:BASE_VARIANT);

Member Data Documentation

◆ category

ComChannelCategoryTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsing.Terms.GetComChannelList.category

This optional element specifies the category according to which the com channels be filtered.