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

Get list the names of all diagnostic services. More...

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

Public Attributes

ComChannelTerm comChannel
 Comprises the handle of the communication channel (LogicalLink). More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Get list the names of all diagnostic services.

GetDiagServiceList returns a list of strings containing the names of all diagnostic services available for a given communication channel.

Note
NOTE - In the case of a MVCI/ODX based system, the equivalent of a diagnostic service name will be the SHORT-NAME of a DIAG-COMM.
Syntax
ListTerm = DiagDataBrowsing.GetDiagServiceList(ComChannelTerm ComChannel);
Examples
// Local Declarations
List<String> List1;
DiagCom.ComChannel ComChannel1;
// Flow
ComChannel1 = DiagCom.GetComChannel("LL_AllEmissRelatUDSSyste", NULL, false);
List1 = DiagDataBrowsing.GetDiagServiceList(ComChannel1);

Member Data Documentation

◆ comChannel

ComChannelTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsing.Terms.GetDiagServiceList.comChannel

Comprises the handle of the communication channel (LogicalLink).