OTX Reference  
OpenTestSystem.Otx.Extensions.EcuConfiguration.Terms.GetDbComChannelDbConfigurationDatas Class Reference

Gets the list of DbConfigurationData objects More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.EcuConfiguration.Terms.GetDbComChannelDbConfigurationDatas:
Inheritance graph

Public Attributes

DbComChannelTerm dbComChannel
 This element represents the communication channel (as data base object) whose DbConfigurationDatas should be listed. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Gets the list of DbConfigurationData objects

The GetDbComChannelDbConfigurationDatas returns the list of DbConfigurationData objects of the ECU data base represented by the diagDataPlus:dbComChannel.

Note
The appropriate MVCI system operation is DbLocation.getDbConfigurationDatas.
Exceptions
Core.Exceptions.TypeMismatchExceptionIf the communication channel belongs to the category PROTOCOL or FUNCTIONAL_GROUP.
Syntax
ListTerm = EcuConfiguration.GetDbComChannelDbConfigurationDatas(DbComChannelTerm dbComChannel);
DbComChannelTerm dbComChannel
This element represents the communication channel (as data base object) whose DbConfigurationDatas sh...
Definition: EcuConfiguration.cs:905
Examples
// Local Declarations
DiagDataBrowsingPlus.DbComChannel DbComChannel1;
List<EcuConfiguration.DbConfigurationData> List1;
// Flow
DbComChannel1 = DiagDataBrowsingPlus.GetDbComChannel("BEDIENKLIMAEINHEIT");
List1 = EcuConfiguration.GetDbComChannelDbConfigurationDatas(DbComChannel1);

Member Data Documentation

◆ dbComChannel

DbComChannelTerm OpenTestSystem.Otx.Extensions.EcuConfiguration.Terms.GetDbComChannelDbConfigurationDatas.dbComChannel

This element represents the communication channel (as data base object) whose DbConfigurationDatas should be listed.